﻿/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/preflight";
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
    box-sizing: border-box; /* 1 */
    font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
    margin: 0;
}

button {
    background: transparent;
    padding: 0;
}

    /**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
    border-width: 0;
    border-style: solid;
    border-color: #dadada;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
    height: auto;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    opacity: .5;
}

input::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: .5;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.u-gap-0 {
    margin: -0;
}

    .u-gap-0 > * {
        margin: 0;
    }

.u-gap-x-0 {
    margin-left: -0;
    margin-right: -0;
}

    .u-gap-x-0 > * {
        margin-left: 0;
        margin-right: 0;
    }

.u-gap-y-0 {
    margin-top: -0;
    margin-bottom: -0;
}

    .u-gap-y-0 > * {
        margin-top: 0;
        margin-bottom: 0;
    }

.u-gap-1 {
    margin: -0.125rem;
}

    .u-gap-1 > * {
        margin: .125rem;
    }

.u-gap-x-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}

    .u-gap-x-1 > * {
        margin-left: .125rem;
        margin-right: .125rem;
    }

.u-gap-y-1 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
}

    .u-gap-y-1 > * {
        margin-top: .125rem;
        margin-bottom: .125rem;
    }

.u-gap-2 {
    margin: -0.25rem;
}

    .u-gap-2 > * {
        margin: .25rem;
    }

.u-gap-x-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

    .u-gap-x-2 > * {
        margin-left: .25rem;
        margin-right: .25rem;
    }

.u-gap-y-2 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

    .u-gap-y-2 > * {
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

.u-gap-3 {
    margin: -0.375rem;
}

    .u-gap-3 > * {
        margin: .375rem;
    }

.u-gap-x-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}

    .u-gap-x-3 > * {
        margin-left: .375rem;
        margin-right: .375rem;
    }

.u-gap-y-3 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}

    .u-gap-y-3 > * {
        margin-top: .375rem;
        margin-bottom: .375rem;
    }

.u-gap-4 {
    margin: -0.5rem;
}

    .u-gap-4 > * {
        margin: .5rem;
    }

.u-gap-x-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

    .u-gap-x-4 > * {
        margin-left: .5rem;
        margin-right: .5rem;
    }

.u-gap-y-4 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

    .u-gap-y-4 > * {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

.u-gap-5 {
    margin: -0.625rem;
}

    .u-gap-5 > * {
        margin: .625rem;
    }

.u-gap-x-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

    .u-gap-x-5 > * {
        margin-left: .625rem;
        margin-right: .625rem;
    }

.u-gap-y-5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

    .u-gap-y-5 > * {
        margin-top: .625rem;
        margin-bottom: .625rem;
    }

.u-gap-6 {
    margin: -0.75rem;
}

    .u-gap-6 > * {
        margin: .75rem;
    }

.u-gap-x-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

    .u-gap-x-6 > * {
        margin-left: .75rem;
        margin-right: .75rem;
    }

.u-gap-y-6 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}

    .u-gap-y-6 > * {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

.u-gap-8 {
    margin: -1rem;
}

    .u-gap-8 > * {
        margin: 1rem;
    }

.u-gap-x-8 {
    margin-left: -1rem;
    margin-right: -1rem;
}

    .u-gap-x-8 > * {
        margin-left: 1rem;
        margin-right: 1rem;
    }

.u-gap-y-8 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

    .u-gap-y-8 > * {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

.u-gap-10 {
    margin: -1.25rem;
}

    .u-gap-10 > * {
        margin: 1.25rem;
    }

.u-gap-x-10 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

    .u-gap-x-10 > * {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

.u-gap-y-10 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
}

    .u-gap-y-10 > * {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

.u-gap-12 {
    margin: -1.5rem;
}

    .u-gap-12 > * {
        margin: 1.5rem;
    }

.u-gap-x-12 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

    .u-gap-x-12 > * {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

.u-gap-y-12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}

    .u-gap-y-12 > * {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

.u-gap-16 {
    margin: -2rem;
}

    .u-gap-16 > * {
        margin: 2rem;
    }

.u-gap-x-16 {
    margin-left: -2rem;
    margin-right: -2rem;
}

    .u-gap-x-16 > * {
        margin-left: 2rem;
        margin-right: 2rem;
    }

.u-gap-y-16 {
    margin-top: -2rem;
    margin-bottom: -2rem;
}

    .u-gap-y-16 > * {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

.u-gap-20 {
    margin: -2.5rem;
}

    .u-gap-20 > * {
        margin: 2.5rem;
    }

.u-gap-x-20 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

    .u-gap-x-20 > * {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

.u-gap-y-20 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
}

    .u-gap-y-20 > * {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

.u-gap-24 {
    margin: -3rem;
}

    .u-gap-24 > * {
        margin: 3rem;
    }

.u-gap-x-24 {
    margin-left: -3rem;
    margin-right: -3rem;
}

    .u-gap-x-24 > * {
        margin-left: 3rem;
        margin-right: 3rem;
    }

.u-gap-y-24 {
    margin-top: -3rem;
    margin-bottom: -3rem;
}

    .u-gap-y-24 > * {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

.u-gap-32 {
    margin: -4rem;
}

    .u-gap-32 > * {
        margin: 4rem;
    }

.u-gap-x-32 {
    margin-left: -4rem;
    margin-right: -4rem;
}

    .u-gap-x-32 > * {
        margin-left: 4rem;
        margin-right: 4rem;
    }

.u-gap-y-32 {
    margin-top: -4rem;
    margin-bottom: -4rem;
}

    .u-gap-y-32 > * {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

.u-gap-px {
    margin: -0.5px;
}

    .u-gap-px > * {
        margin: .5px;
    }

.u-gap-x-px {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

    .u-gap-x-px > * {
        margin-left: .5px;
        margin-right: .5px;
    }

.u-gap-y-px {
    margin-top: -0.5px;
    margin-bottom: -0.5px;
}

    .u-gap-y-px > * {
        margin-top: .5px;
        margin-bottom: .5px;
    }

:root {
}

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-Light.otf") format("truetype") url("/assets/fonts/Gilroy-Light.ttf") format("truetype"), url("/assets/fonts/Gilroy-Light.woff2") format("woff2"), url("/assets/fonts/Gilroy-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-ExtraBold.otf") format("truetype") url("/assets/fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "GilroyBold";
    src: url("/assets/fonts/Gilroy-ExtraBold.otf") format("truetype") url("/assets/fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lemur";
    src: url("/assets/fonts/Lemur-Regular.ttf") format("opentype"), url("/assets/fonts/Lemur-Regular.ttf") format("truetype"), url("/assets/fonts/Lemur-Regular.woff2") format("woff2"), url("/assets/fonts/Lemur-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lemur";
    src: url("/assets/fonts/Lemur-Bold.otf") format("truetype"), url("/assets/fonts/Lemur-Bold.ttf") format("truetype"), url("/assets/fonts/Lemur-Bold.woff2") format("woff2"), url("/assets/fonts/Lemur-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "LemurBold";
    src: url("/assets/fonts/Lemur-Bold.otf") format("truetype"), url("/assets/fonts/Lemur-Bold.ttf") format("truetype"), url("/assets/fonts/Lemur-Bold.woff2") format("woff2"), url("/assets/fonts/Lemur-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

.u-list-reset {
    list-style: none !important;
    padding: 0 !important;
}

.u-appearance-none {
    -webkit-appearance: none !important;
    appearance: none !important;
}

.u-bg-fixed {
    background-attachment: fixed !important;
}

.u-bg-local {
    background-attachment: local !important;
}

.u-bg-scroll {
    background-attachment: scroll !important;
}

.u-bg-transparent {
    background-color: transparent !important;
}

.u-bg-black {
    background-color: #05001e !important;
}

.u-bg-white {
    background-color: #fff !important;
}

.u-bg-yellow {
    background-color: #ffc700 !important;
}

.u-bg-coral {
    background-color: #ff9e6d !important;
}

.u-bg-green {
    background-color: #00ff01 !important;
}

.u-bg-navy {
    background-color: #151716 !important;
}

.u-bg-navy-light {
    background-color: #14133d !important;
}

.u-bg-navy-lighter {
    background-color: #404064 !important;
}

.u-bg-navy-lightest {
    background-color: #74768f !important;
}

.u-bg-navy-grey {
    background-color: #2f3158 !important;
}

.u-bg-blue {
    background-color: #1500fe !important;
}

.u-bg-wild-sand {
    background-color: #f4f4f4 !important;
}

.u-bg-grey-light {
    background-color: #dadada !important;
}

.u-bg-grey-lighter {
    background-color: #f4f4f4 !important;
}

.u-bg-grey-lightest {
    background-color: #f8fafc !important;
}

.u-bg-nav-border {
    background-color: #323254 !important;
}

.u-bg-silver {
    background-color: #bebebe !important;
}

.u-bg-red {
    background-color: #ff0201 !important;
}

.u-bg-black--dark {
    background-color: #04001a !important;
}

.u-bg-black--light {
    background-color: #060022 !important;
}

.u-bg-white--dark {
    background-color: #e0e0e0 !important;
}

.u-bg-white--light {
    background-color: #fff !important;
}

.u-bg-yellow--dark {
    background-color: #e0af00 !important;
}

.u-bg-yellow--light {
    background-color: #ffce1f !important;
}

.u-bg-coral--dark {
    background-color: #ff8141 !important;
}

.u-bg-coral--light {
    background-color: #fb9 !important;
}

.u-bg-green--dark {
    background-color: #00e001 !important;
}

.u-bg-green--light {
    background-color: #1fff1f !important;
}

.u-bg-navy--dark {
    background-color: #000028 !important;
}

.u-bg-navy--light {
    background-color: #000032 !important;
}

.u-bg-navy-light--dark {
    background-color: #121136 !important;
}

.u-bg-navy-light--light {
    background-color: #161544 !important;
}

.u-bg-navy-lighter--dark {
    background-color: #383858 !important;
}

.u-bg-navy-lighter--light {
    background-color: #484870 !important;
}

.u-bg-navy-lightest--dark {
    background-color: #66687e !important;
}

.u-bg-navy-lightest--light {
    background-color: #85879d !important;
}

.u-bg-navy-grey--dark {
    background-color: #292b4d !important;
}

.u-bg-navy-grey--light {
    background-color: #353763 !important;
}

.u-bg-blue--dark {
    background-color: #1200e0 !important;
}

.u-bg-blue--light {
    background-color: #301dff !important;
}

.u-bg-wild-sand--dark {
    background-color: #d7d7d7 !important;
}

.u-bg-wild-sand--light {
    background-color: #fff !important;
}

.u-bg-grey-light--dark {
    background-color: #c0c0c0 !important;
}

.u-bg-grey-light--light {
    background-color: #f4f4f4 !important;
}

.u-bg-grey-lighter--dark {
    background-color: #d7d7d7 !important;
}

.u-bg-grey-lighter--light {
    background-color: #fff !important;
}

.u-bg-grey-lightest--dark {
    background-color: #cedcea !important;
}

.u-bg-grey-lightest--light {
    background-color: #fff !important;
}

.u-bg-nav-border--dark {
    background-color: #2c2c4a !important;
}

.u-bg-nav-border--light {
    background-color: #38385e !important;
}

.u-bg-silver--dark {
    background-color: #a7a7a7 !important;
}

.u-bg-silver--light {
    background-color: #d5d5d5 !important;
}

.u-bg-red--dark {
    background-color: #e10100 !important;
}

.u-bg-red--light {
    background-color: #ff2120 !important;
}

.hover\:u-bg-transparent:hover {
    background-color: transparent !important;
}

.hover\:u-bg-black:hover {
    background-color: #05001e !important;
}

.hover\:u-bg-white:hover {
    background-color: #fff !important;
}

.hover\:u-bg-yellow:hover {
    background-color: #ffc700 !important;
}

.hover\:u-bg-coral:hover {
    background-color: #ff9e6d !important;
}

.hover\:u-bg-green:hover {
    background-color: #00ff01 !important;
}

.hover\:u-bg-navy:hover {
    background-color: #151716 !important;
}

.hover\:u-bg-navy-light:hover {
    background-color: #14133d !important;
}

.hover\:u-bg-navy-lighter:hover {
    background-color: #404064 !important;
}

.hover\:u-bg-navy-lightest:hover {
    background-color: #74768f !important;
}

.hover\:u-bg-navy-grey:hover {
    background-color: #2f3158 !important;
}

.hover\:u-bg-blue:hover {
    background-color: #1500fe !important;
}

.hover\:u-bg-wild-sand:hover {
    background-color: #f4f4f4 !important;
}

.hover\:u-bg-grey-light:hover {
    background-color: #dadada !important;
}

.hover\:u-bg-grey-lighter:hover {
    background-color: #f4f4f4 !important;
}

.hover\:u-bg-grey-lightest:hover {
    background-color: #f8fafc !important;
}

.hover\:u-bg-nav-border:hover {
    background-color: #323254 !important;
}

.hover\:u-bg-silver:hover {
    background-color: #bebebe !important;
}

.hover\:u-bg-red:hover {
    background-color: #ff0201 !important;
}

.hover\:u-bg-black--dark:hover {
    background-color: #04001a !important;
}

.hover\:u-bg-black--light:hover {
    background-color: #060022 !important;
}

.hover\:u-bg-white--dark:hover {
    background-color: #e0e0e0 !important;
}

.hover\:u-bg-white--light:hover {
    background-color: #fff !important;
}

.hover\:u-bg-yellow--dark:hover {
    background-color: #e0af00 !important;
}

.hover\:u-bg-yellow--light:hover {
    background-color: #ffce1f !important;
}

.hover\:u-bg-coral--dark:hover {
    background-color: #ff8141 !important;
}

.hover\:u-bg-coral--light:hover {
    background-color: #fb9 !important;
}

.hover\:u-bg-green--dark:hover {
    background-color: #00e001 !important;
}

.hover\:u-bg-green--light:hover {
    background-color: #1fff1f !important;
}

.hover\:u-bg-navy--dark:hover {
    background-color: #000028 !important;
}

.hover\:u-bg-navy--light:hover {
    background-color: #000032 !important;
}

.hover\:u-bg-navy-light--dark:hover {
    background-color: #121136 !important;
}

.hover\:u-bg-navy-light--light:hover {
    background-color: #161544 !important;
}

.hover\:u-bg-navy-lighter--dark:hover {
    background-color: #383858 !important;
}

.hover\:u-bg-navy-lighter--light:hover {
    background-color: #484870 !important;
}

.hover\:u-bg-navy-lightest--dark:hover {
    background-color: #66687e !important;
}

.hover\:u-bg-navy-lightest--light:hover {
    background-color: #85879d !important;
}

.hover\:u-bg-navy-grey--dark:hover {
    background-color: #292b4d !important;
}

.hover\:u-bg-navy-grey--light:hover {
    background-color: #353763 !important;
}

.hover\:u-bg-blue--dark:hover {
    background-color: #1200e0 !important;
}

.hover\:u-bg-blue--light:hover {
    background-color: #301dff !important;
}

.hover\:u-bg-wild-sand--dark:hover {
    background-color: #d7d7d7 !important;
}

.hover\:u-bg-wild-sand--light:hover {
    background-color: #fff !important;
}

.hover\:u-bg-grey-light--dark:hover {
    background-color: #c0c0c0 !important;
}

.hover\:u-bg-grey-light--light:hover {
    background-color: #f4f4f4 !important;
}

.hover\:u-bg-grey-lighter--dark:hover {
    background-color: #d7d7d7 !important;
}

.hover\:u-bg-grey-lighter--light:hover {
    background-color: #fff !important;
}

.hover\:u-bg-grey-lightest--dark:hover {
    background-color: #cedcea !important;
}

.hover\:u-bg-grey-lightest--light:hover {
    background-color: #fff !important;
}

.hover\:u-bg-nav-border--dark:hover {
    background-color: #2c2c4a !important;
}

.hover\:u-bg-nav-border--light:hover {
    background-color: #38385e !important;
}

.hover\:u-bg-silver--dark:hover {
    background-color: #a7a7a7 !important;
}

.hover\:u-bg-silver--light:hover {
    background-color: #d5d5d5 !important;
}

.hover\:u-bg-red--dark:hover {
    background-color: #e10100 !important;
}

.hover\:u-bg-red--light:hover {
    background-color: #ff2120 !important;
}

.focus\:u-bg-transparent:focus {
    background-color: transparent !important;
}

.focus\:u-bg-black:focus {
    background-color: #05001e !important;
}

.focus\:u-bg-white:focus {
    background-color: #fff !important;
}

.focus\:u-bg-yellow:focus {
    background-color: #ffc700 !important;
}

.focus\:u-bg-coral:focus {
    background-color: #ff9e6d !important;
}

.focus\:u-bg-green:focus {
    background-color: #00ff01 !important;
}

.focus\:u-bg-navy:focus {
    background-color: #151716 !important;
}

.focus\:u-bg-navy-light:focus {
    background-color: #14133d !important;
}

.focus\:u-bg-navy-lighter:focus {
    background-color: #404064 !important;
}

.focus\:u-bg-navy-lightest:focus {
    background-color: #74768f !important;
}

.focus\:u-bg-navy-grey:focus {
    background-color: #2f3158 !important;
}

.focus\:u-bg-blue:focus {
    background-color: #1500fe !important;
}

.focus\:u-bg-wild-sand:focus {
    background-color: #f4f4f4 !important;
}

.focus\:u-bg-grey-light:focus {
    background-color: #dadada !important;
}

.focus\:u-bg-grey-lighter:focus {
    background-color: #f4f4f4 !important;
}

.focus\:u-bg-grey-lightest:focus {
    background-color: #f8fafc !important;
}

.focus\:u-bg-nav-border:focus {
    background-color: #323254 !important;
}

.focus\:u-bg-silver:focus {
    background-color: #bebebe !important;
}

.focus\:u-bg-red:focus {
    background-color: #ff0201 !important;
}

.focus\:u-bg-black--dark:focus {
    background-color: #04001a !important;
}

.focus\:u-bg-black--light:focus {
    background-color: #060022 !important;
}

.focus\:u-bg-white--dark:focus {
    background-color: #e0e0e0 !important;
}

.focus\:u-bg-white--light:focus {
    background-color: #fff !important;
}

.focus\:u-bg-yellow--dark:focus {
    background-color: #e0af00 !important;
}

.focus\:u-bg-yellow--light:focus {
    background-color: #ffce1f !important;
}

.focus\:u-bg-coral--dark:focus {
    background-color: #ff8141 !important;
}

.focus\:u-bg-coral--light:focus {
    background-color: #fb9 !important;
}

.focus\:u-bg-green--dark:focus {
    background-color: #00e001 !important;
}

.focus\:u-bg-green--light:focus {
    background-color: #1fff1f !important;
}

.focus\:u-bg-navy--dark:focus {
    background-color: #000028 !important;
}

.focus\:u-bg-navy--light:focus {
    background-color: #000032 !important;
}

.focus\:u-bg-navy-light--dark:focus {
    background-color: #121136 !important;
}

.focus\:u-bg-navy-light--light:focus {
    background-color: #161544 !important;
}

.focus\:u-bg-navy-lighter--dark:focus {
    background-color: #383858 !important;
}

.focus\:u-bg-navy-lighter--light:focus {
    background-color: #484870 !important;
}

.focus\:u-bg-navy-lightest--dark:focus {
    background-color: #66687e !important;
}

.focus\:u-bg-navy-lightest--light:focus {
    background-color: #85879d !important;
}

.focus\:u-bg-navy-grey--dark:focus {
    background-color: #292b4d !important;
}

.focus\:u-bg-navy-grey--light:focus {
    background-color: #353763 !important;
}

.focus\:u-bg-blue--dark:focus {
    background-color: #1200e0 !important;
}

.focus\:u-bg-blue--light:focus {
    background-color: #301dff !important;
}

.focus\:u-bg-wild-sand--dark:focus {
    background-color: #d7d7d7 !important;
}

.focus\:u-bg-wild-sand--light:focus {
    background-color: #fff !important;
}

.focus\:u-bg-grey-light--dark:focus {
    background-color: #c0c0c0 !important;
}

.focus\:u-bg-grey-light--light:focus {
    background-color: #f4f4f4 !important;
}

.focus\:u-bg-grey-lighter--dark:focus {
    background-color: #d7d7d7 !important;
}

.focus\:u-bg-grey-lighter--light:focus {
    background-color: #fff !important;
}

.focus\:u-bg-grey-lightest--dark:focus {
    background-color: #cedcea !important;
}

.focus\:u-bg-grey-lightest--light:focus {
    background-color: #fff !important;
}

.focus\:u-bg-nav-border--dark:focus {
    background-color: #2c2c4a !important;
}

.focus\:u-bg-nav-border--light:focus {
    background-color: #38385e !important;
}

.focus\:u-bg-silver--dark:focus {
    background-color: #a7a7a7 !important;
}

.focus\:u-bg-silver--light:focus {
    background-color: #d5d5d5 !important;
}

.focus\:u-bg-red--dark:focus {
    background-color: #e10100 !important;
}

.focus\:u-bg-red--light:focus {
    background-color: #ff2120 !important;
}

.hocus\:u-bg-transparent:hover,
.hocus\:u-bg-transparent:focus {
    background-color: transparent !important;
}

.hocus\:u-bg-black:hover,
.hocus\:u-bg-black:focus {
    background-color: #05001e !important;
}

.hocus\:u-bg-white:hover,
.hocus\:u-bg-white:focus {
    background-color: #fff !important;
}

.hocus\:u-bg-yellow:hover,
.hocus\:u-bg-yellow:focus {
    background-color: #ffc700 !important;
}

.hocus\:u-bg-coral:hover,
.hocus\:u-bg-coral:focus {
    background-color: #ff9e6d !important;
}

.hocus\:u-bg-green:hover,
.hocus\:u-bg-green:focus {
    background-color: #00ff01 !important;
}

.hocus\:u-bg-navy:hover,
.hocus\:u-bg-navy:focus {
    background-color: #151716 !important;
}

.hocus\:u-bg-navy-light:hover,
.hocus\:u-bg-navy-light:focus {
    background-color: #14133d !important;
}

.hocus\:u-bg-navy-lighter:hover,
.hocus\:u-bg-navy-lighter:focus {
    background-color: #404064 !important;
}

.hocus\:u-bg-navy-lightest:hover,
.hocus\:u-bg-navy-lightest:focus {
    background-color: #74768f !important;
}

.hocus\:u-bg-navy-grey:hover,
.hocus\:u-bg-navy-grey:focus {
    background-color: #2f3158 !important;
}

.hocus\:u-bg-blue:hover,
.hocus\:u-bg-blue:focus {
    background-color: #1500fe !important;
}

.hocus\:u-bg-wild-sand:hover,
.hocus\:u-bg-wild-sand:focus {
    background-color: #f4f4f4 !important;
}

.hocus\:u-bg-grey-light:hover,
.hocus\:u-bg-grey-light:focus {
    background-color: #dadada !important;
}

.hocus\:u-bg-grey-lighter:hover,
.hocus\:u-bg-grey-lighter:focus {
    background-color: #f4f4f4 !important;
}

.hocus\:u-bg-grey-lightest:hover,
.hocus\:u-bg-grey-lightest:focus {
    background-color: #f8fafc !important;
}

.hocus\:u-bg-nav-border:hover,
.hocus\:u-bg-nav-border:focus {
    background-color: #323254 !important;
}

.hocus\:u-bg-silver:hover,
.hocus\:u-bg-silver:focus {
    background-color: #bebebe !important;
}

.hocus\:u-bg-red:hover,
.hocus\:u-bg-red:focus {
    background-color: #ff0201 !important;
}

.hocus\:u-bg-black--dark:hover,
.hocus\:u-bg-black--dark:focus {
    background-color: #04001a !important;
}

.hocus\:u-bg-black--light:hover,
.hocus\:u-bg-black--light:focus {
    background-color: #060022 !important;
}

.hocus\:u-bg-white--dark:hover,
.hocus\:u-bg-white--dark:focus {
    background-color: #e0e0e0 !important;
}

.hocus\:u-bg-white--light:hover,
.hocus\:u-bg-white--light:focus {
    background-color: #fff !important;
}

.hocus\:u-bg-yellow--dark:hover,
.hocus\:u-bg-yellow--dark:focus {
    background-color: #e0af00 !important;
}

.hocus\:u-bg-yellow--light:hover,
.hocus\:u-bg-yellow--light:focus {
    background-color: #ffce1f !important;
}

.hocus\:u-bg-coral--dark:hover,
.hocus\:u-bg-coral--dark:focus {
    background-color: #ff8141 !important;
}

.hocus\:u-bg-coral--light:hover,
.hocus\:u-bg-coral--light:focus {
    background-color: #fb9 !important;
}

.hocus\:u-bg-green--dark:hover,
.hocus\:u-bg-green--dark:focus {
    background-color: #00e001 !important;
}

.hocus\:u-bg-green--light:hover,
.hocus\:u-bg-green--light:focus {
    background-color: #1fff1f !important;
}

.hocus\:u-bg-navy--dark:hover,
.hocus\:u-bg-navy--dark:focus {
    background-color: #000028 !important;
}

.hocus\:u-bg-navy--light:hover,
.hocus\:u-bg-navy--light:focus {
    background-color: #000032 !important;
}

.hocus\:u-bg-navy-light--dark:hover,
.hocus\:u-bg-navy-light--dark:focus {
    background-color: #121136 !important;
}

.hocus\:u-bg-navy-light--light:hover,
.hocus\:u-bg-navy-light--light:focus {
    background-color: #161544 !important;
}

.hocus\:u-bg-navy-lighter--dark:hover,
.hocus\:u-bg-navy-lighter--dark:focus {
    background-color: #383858 !important;
}

.hocus\:u-bg-navy-lighter--light:hover,
.hocus\:u-bg-navy-lighter--light:focus {
    background-color: #484870 !important;
}

.hocus\:u-bg-navy-lightest--dark:hover,
.hocus\:u-bg-navy-lightest--dark:focus {
    background-color: #66687e !important;
}

.hocus\:u-bg-navy-lightest--light:hover,
.hocus\:u-bg-navy-lightest--light:focus {
    background-color: #85879d !important;
}

.hocus\:u-bg-navy-grey--dark:hover,
.hocus\:u-bg-navy-grey--dark:focus {
    background-color: #292b4d !important;
}

.hocus\:u-bg-navy-grey--light:hover,
.hocus\:u-bg-navy-grey--light:focus {
    background-color: #353763 !important;
}

.hocus\:u-bg-blue--dark:hover,
.hocus\:u-bg-blue--dark:focus {
    background-color: #1200e0 !important;
}

.hocus\:u-bg-blue--light:hover,
.hocus\:u-bg-blue--light:focus {
    background-color: #301dff !important;
}

.hocus\:u-bg-wild-sand--dark:hover,
.hocus\:u-bg-wild-sand--dark:focus {
    background-color: #d7d7d7 !important;
}

.hocus\:u-bg-wild-sand--light:hover,
.hocus\:u-bg-wild-sand--light:focus {
    background-color: #fff !important;
}

.hocus\:u-bg-grey-light--dark:hover,
.hocus\:u-bg-grey-light--dark:focus {
    background-color: #c0c0c0 !important;
}

.hocus\:u-bg-grey-light--light:hover,
.hocus\:u-bg-grey-light--light:focus {
    background-color: #f4f4f4 !important;
}

.hocus\:u-bg-grey-lighter--dark:hover,
.hocus\:u-bg-grey-lighter--dark:focus {
    background-color: #d7d7d7 !important;
}

.hocus\:u-bg-grey-lighter--light:hover,
.hocus\:u-bg-grey-lighter--light:focus {
    background-color: #fff !important;
}

.hocus\:u-bg-grey-lightest--dark:hover,
.hocus\:u-bg-grey-lightest--dark:focus {
    background-color: #cedcea !important;
}

.hocus\:u-bg-grey-lightest--light:hover,
.hocus\:u-bg-grey-lightest--light:focus {
    background-color: #fff !important;
}

.hocus\:u-bg-nav-border--dark:hover,
.hocus\:u-bg-nav-border--dark:focus {
    background-color: #2c2c4a !important;
}

.hocus\:u-bg-nav-border--light:hover,
.hocus\:u-bg-nav-border--light:focus {
    background-color: #38385e !important;
}

.hocus\:u-bg-silver--dark:hover,
.hocus\:u-bg-silver--dark:focus {
    background-color: #a7a7a7 !important;
}

.hocus\:u-bg-silver--light:hover,
.hocus\:u-bg-silver--light:focus {
    background-color: #d5d5d5 !important;
}

.hocus\:u-bg-red--dark:hover,
.hocus\:u-bg-red--dark:focus {
    background-color: #e10100 !important;
}

.hocus\:u-bg-red--light:hover,
.hocus\:u-bg-red--light:focus {
    background-color: #ff2120 !important;
}

.u-bg-bottom {
    background-position: bottom !important;
}

.u-bg-center {
    background-position: center !important;
}

.u-bg-left {
    background-position: left !important;
}

.u-bg-left-bottom {
    background-position: left bottom !important;
}

.u-bg-left-top {
    background-position: left top !important;
}

.u-bg-right {
    background-position: right !important;
}

.u-bg-right-bottom {
    background-position: right bottom !important;
}

.u-bg-right-top {
    background-position: right top !important;
}

.u-bg-top {
    background-position: top !important;
}

.u-bg-repeat {
    background-repeat: repeat !important;
}

.u-bg-no-repeat {
    background-repeat: no-repeat !important;
}

.u-bg-repeat-x {
    background-repeat: repeat-x !important;
}

.u-bg-repeat-y {
    background-repeat: repeat-y !important;
}

.u-bg-auto {
    background-size: auto !important;
}

.u-bg-cover {
    background-size: cover !important;
}

.u-bg-contain {
    background-size: contain !important;
}

.u-border-collapse {
    border-collapse: collapse !important;
}

.u-border-separate {
    border-collapse: separate !important;
}

.u-border-transparent {
    border-color: transparent !important;
}

.u-border-black {
    border-color: #05001e !important;
}

.u-border-white {
    border-color: #fff !important;
}

.u-border-yellow {
    border-color: #ffc700 !important;
}

.u-border-coral {
    border-color: #ff9e6d !important;
}

.u-border-green {
    border-color: #00ff01 !important;
}

.u-border-navy {
    border-color: #151716 !important;
}

.u-border-navy-light {
    border-color: #14133d !important;
}

.u-border-navy-lighter {
    border-color: #404064 !important;
}

.u-border-navy-lightest {
    border-color: #74768f !important;
}

.u-border-navy-grey {
    border-color: #2f3158 !important;
}

.u-border-blue {
    border-color: #1500fe !important;
}

.u-border-wild-sand {
    border-color: #f4f4f4 !important;
}

.u-border-grey-light {
    border-color: #dadada !important;
}

.u-border-grey-lighter {
    border-color: #f4f4f4 !important;
}

.u-border-grey-lightest {
    border-color: #f8fafc !important;
}

.u-border-nav-border {
    border-color: #323254 !important;
}

.u-border-silver {
    border-color: #bebebe !important;
}

.u-border-red {
    border-color: #ff0201 !important;
}

.u-border-black--dark {
    border-color: #04001a !important;
}

.u-border-black--light {
    border-color: #060022 !important;
}

.u-border-white--dark {
    border-color: #e0e0e0 !important;
}

.u-border-white--light {
    border-color: #fff !important;
}

.u-border-yellow--dark {
    border-color: #e0af00 !important;
}

.u-border-yellow--light {
    border-color: #ffce1f !important;
}

.u-border-coral--dark {
    border-color: #ff8141 !important;
}

.u-border-coral--light {
    border-color: #fb9 !important;
}

.u-border-green--dark {
    border-color: #00e001 !important;
}

.u-border-green--light {
    border-color: #1fff1f !important;
}

.u-border-navy--dark {
    border-color: #000028 !important;
}

.u-border-navy--light {
    border-color: #000032 !important;
}

.u-border-navy-light--dark {
    border-color: #121136 !important;
}

.u-border-navy-light--light {
    border-color: #161544 !important;
}

.u-border-navy-lighter--dark {
    border-color: #383858 !important;
}

.u-border-navy-lighter--light {
    border-color: #484870 !important;
}

.u-border-navy-lightest--dark {
    border-color: #66687e !important;
}

.u-border-navy-lightest--light {
    border-color: #85879d !important;
}

.u-border-navy-grey--dark {
    border-color: #292b4d !important;
}

.u-border-navy-grey--light {
    border-color: #353763 !important;
}

.u-border-blue--dark {
    border-color: #1200e0 !important;
}

.u-border-blue--light {
    border-color: #301dff !important;
}

.u-border-wild-sand--dark {
    border-color: #d7d7d7 !important;
}

.u-border-wild-sand--light {
    border-color: #fff !important;
}

.u-border-grey-light--dark {
    border-color: #c0c0c0 !important;
}

.u-border-grey-light--light {
    border-color: #f4f4f4 !important;
}

.u-border-grey-lighter--dark {
    border-color: #d7d7d7 !important;
}

.u-border-grey-lighter--light {
    border-color: #fff !important;
}

.u-border-grey-lightest--dark {
    border-color: #cedcea !important;
}

.u-border-grey-lightest--light {
    border-color: #fff !important;
}

.u-border-nav-border--dark {
    border-color: #2c2c4a !important;
}

.u-border-nav-border--light {
    border-color: #38385e !important;
}

.u-border-silver--dark {
    border-color: #a7a7a7 !important;
}

.u-border-silver--light {
    border-color: #d5d5d5 !important;
}

.u-border-red--dark {
    border-color: #e10100 !important;
}

.u-border-red--light {
    border-color: #ff2120 !important;
}

.hover\:u-border-transparent:hover {
    border-color: transparent !important;
}

.hover\:u-border-black:hover {
    border-color: #05001e !important;
}

.hover\:u-border-white:hover {
    border-color: #fff !important;
}

.hover\:u-border-yellow:hover {
    border-color: #ffc700 !important;
}

.hover\:u-border-coral:hover {
    border-color: #ff9e6d !important;
}

.hover\:u-border-green:hover {
    border-color: #00ff01 !important;
}

.hover\:u-border-navy:hover {
    border-color: #151716 !important;
}

.hover\:u-border-navy-light:hover {
    border-color: #14133d !important;
}

.hover\:u-border-navy-lighter:hover {
    border-color: #404064 !important;
}

.hover\:u-border-navy-lightest:hover {
    border-color: #74768f !important;
}

.hover\:u-border-navy-grey:hover {
    border-color: #2f3158 !important;
}

.hover\:u-border-blue:hover {
    border-color: #1500fe !important;
}

.hover\:u-border-wild-sand:hover {
    border-color: #f4f4f4 !important;
}

.hover\:u-border-grey-light:hover {
    border-color: #dadada !important;
}

.hover\:u-border-grey-lighter:hover {
    border-color: #f4f4f4 !important;
}

.hover\:u-border-grey-lightest:hover {
    border-color: #f8fafc !important;
}

.hover\:u-border-nav-border:hover {
    border-color: #323254 !important;
}

.hover\:u-border-silver:hover {
    border-color: #bebebe !important;
}

.hover\:u-border-red:hover {
    border-color: #ff0201 !important;
}

.hover\:u-border-black--dark:hover {
    border-color: #04001a !important;
}

.hover\:u-border-black--light:hover {
    border-color: #060022 !important;
}

.hover\:u-border-white--dark:hover {
    border-color: #e0e0e0 !important;
}

.hover\:u-border-white--light:hover {
    border-color: #fff !important;
}

.hover\:u-border-yellow--dark:hover {
    border-color: #e0af00 !important;
}

.hover\:u-border-yellow--light:hover {
    border-color: #ffce1f !important;
}

.hover\:u-border-coral--dark:hover {
    border-color: #ff8141 !important;
}

.hover\:u-border-coral--light:hover {
    border-color: #fb9 !important;
}

.hover\:u-border-green--dark:hover {
    border-color: #00e001 !important;
}

.hover\:u-border-green--light:hover {
    border-color: #1fff1f !important;
}

.hover\:u-border-navy--dark:hover {
    border-color: #000028 !important;
}

.hover\:u-border-navy--light:hover {
    border-color: #000032 !important;
}

.hover\:u-border-navy-light--dark:hover {
    border-color: #121136 !important;
}

.hover\:u-border-navy-light--light:hover {
    border-color: #161544 !important;
}

.hover\:u-border-navy-lighter--dark:hover {
    border-color: #383858 !important;
}

.hover\:u-border-navy-lighter--light:hover {
    border-color: #484870 !important;
}

.hover\:u-border-navy-lightest--dark:hover {
    border-color: #66687e !important;
}

.hover\:u-border-navy-lightest--light:hover {
    border-color: #85879d !important;
}

.hover\:u-border-navy-grey--dark:hover {
    border-color: #292b4d !important;
}

.hover\:u-border-navy-grey--light:hover {
    border-color: #353763 !important;
}

.hover\:u-border-blue--dark:hover {
    border-color: #1200e0 !important;
}

.hover\:u-border-blue--light:hover {
    border-color: #301dff !important;
}

.hover\:u-border-wild-sand--dark:hover {
    border-color: #d7d7d7 !important;
}

.hover\:u-border-wild-sand--light:hover {
    border-color: #fff !important;
}

.hover\:u-border-grey-light--dark:hover {
    border-color: #c0c0c0 !important;
}

.hover\:u-border-grey-light--light:hover {
    border-color: #f4f4f4 !important;
}

.hover\:u-border-grey-lighter--dark:hover {
    border-color: #d7d7d7 !important;
}

.hover\:u-border-grey-lighter--light:hover {
    border-color: #fff !important;
}

.hover\:u-border-grey-lightest--dark:hover {
    border-color: #cedcea !important;
}

.hover\:u-border-grey-lightest--light:hover {
    border-color: #fff !important;
}

.hover\:u-border-nav-border--dark:hover {
    border-color: #2c2c4a !important;
}

.hover\:u-border-nav-border--light:hover {
    border-color: #38385e !important;
}

.hover\:u-border-silver--dark:hover {
    border-color: #a7a7a7 !important;
}

.hover\:u-border-silver--light:hover {
    border-color: #d5d5d5 !important;
}

.hover\:u-border-red--dark:hover {
    border-color: #e10100 !important;
}

.hover\:u-border-red--light:hover {
    border-color: #ff2120 !important;
}

.focus\:u-border-transparent:focus {
    border-color: transparent !important;
}

.focus\:u-border-black:focus {
    border-color: #05001e !important;
}

.focus\:u-border-white:focus {
    border-color: #fff !important;
}

.focus\:u-border-yellow:focus {
    border-color: #ffc700 !important;
}

.focus\:u-border-coral:focus {
    border-color: #ff9e6d !important;
}

.focus\:u-border-green:focus {
    border-color: #00ff01 !important;
}

.focus\:u-border-navy:focus {
    border-color: #151716 !important;
}

.focus\:u-border-navy-light:focus {
    border-color: #14133d !important;
}

.focus\:u-border-navy-lighter:focus {
    border-color: #404064 !important;
}

.focus\:u-border-navy-lightest:focus {
    border-color: #74768f !important;
}

.focus\:u-border-navy-grey:focus {
    border-color: #2f3158 !important;
}

.focus\:u-border-blue:focus {
    border-color: #1500fe !important;
}

.focus\:u-border-wild-sand:focus {
    border-color: #f4f4f4 !important;
}

.focus\:u-border-grey-light:focus {
    border-color: #dadada !important;
}

.focus\:u-border-grey-lighter:focus {
    border-color: #f4f4f4 !important;
}

.focus\:u-border-grey-lightest:focus {
    border-color: #f8fafc !important;
}

.focus\:u-border-nav-border:focus {
    border-color: #323254 !important;
}

.focus\:u-border-silver:focus {
    border-color: #bebebe !important;
}

.focus\:u-border-red:focus {
    border-color: #ff0201 !important;
}

.focus\:u-border-black--dark:focus {
    border-color: #04001a !important;
}

.focus\:u-border-black--light:focus {
    border-color: #060022 !important;
}

.focus\:u-border-white--dark:focus {
    border-color: #e0e0e0 !important;
}

.focus\:u-border-white--light:focus {
    border-color: #fff !important;
}

.focus\:u-border-yellow--dark:focus {
    border-color: #e0af00 !important;
}

.focus\:u-border-yellow--light:focus {
    border-color: #ffce1f !important;
}

.focus\:u-border-coral--dark:focus {
    border-color: #ff8141 !important;
}

.focus\:u-border-coral--light:focus {
    border-color: #fb9 !important;
}

.focus\:u-border-green--dark:focus {
    border-color: #00e001 !important;
}

.focus\:u-border-green--light:focus {
    border-color: #1fff1f !important;
}

.focus\:u-border-navy--dark:focus {
    border-color: #000028 !important;
}

.focus\:u-border-navy--light:focus {
    border-color: #000032 !important;
}

.focus\:u-border-navy-light--dark:focus {
    border-color: #121136 !important;
}

.focus\:u-border-navy-light--light:focus {
    border-color: #161544 !important;
}

.focus\:u-border-navy-lighter--dark:focus {
    border-color: #383858 !important;
}

.focus\:u-border-navy-lighter--light:focus {
    border-color: #484870 !important;
}

.focus\:u-border-navy-lightest--dark:focus {
    border-color: #66687e !important;
}

.focus\:u-border-navy-lightest--light:focus {
    border-color: #85879d !important;
}

.focus\:u-border-navy-grey--dark:focus {
    border-color: #292b4d !important;
}

.focus\:u-border-navy-grey--light:focus {
    border-color: #353763 !important;
}

.focus\:u-border-blue--dark:focus {
    border-color: #1200e0 !important;
}

.focus\:u-border-blue--light:focus {
    border-color: #301dff !important;
}

.focus\:u-border-wild-sand--dark:focus {
    border-color: #d7d7d7 !important;
}

.focus\:u-border-wild-sand--light:focus {
    border-color: #fff !important;
}

.focus\:u-border-grey-light--dark:focus {
    border-color: #c0c0c0 !important;
}

.focus\:u-border-grey-light--light:focus {
    border-color: #f4f4f4 !important;
}

.focus\:u-border-grey-lighter--dark:focus {
    border-color: #d7d7d7 !important;
}

.focus\:u-border-grey-lighter--light:focus {
    border-color: #fff !important;
}

.focus\:u-border-grey-lightest--dark:focus {
    border-color: #cedcea !important;
}

.focus\:u-border-grey-lightest--light:focus {
    border-color: #fff !important;
}

.focus\:u-border-nav-border--dark:focus {
    border-color: #2c2c4a !important;
}

.focus\:u-border-nav-border--light:focus {
    border-color: #38385e !important;
}

.focus\:u-border-silver--dark:focus {
    border-color: #a7a7a7 !important;
}

.focus\:u-border-silver--light:focus {
    border-color: #d5d5d5 !important;
}

.focus\:u-border-red--dark:focus {
    border-color: #e10100 !important;
}

.focus\:u-border-red--light:focus {
    border-color: #ff2120 !important;
}

.hocus\:u-border-transparent:hover,
.hocus\:u-border-transparent:focus {
    border-color: transparent !important;
}

.hocus\:u-border-black:hover,
.hocus\:u-border-black:focus {
    border-color: #05001e !important;
}

.hocus\:u-border-white:hover,
.hocus\:u-border-white:focus {
    border-color: #fff !important;
}

.hocus\:u-border-yellow:hover,
.hocus\:u-border-yellow:focus {
    border-color: #ffc700 !important;
}

.hocus\:u-border-coral:hover,
.hocus\:u-border-coral:focus {
    border-color: #ff9e6d !important;
}

.hocus\:u-border-green:hover,
.hocus\:u-border-green:focus {
    border-color: #00ff01 !important;
}

.hocus\:u-border-navy:hover,
.hocus\:u-border-navy:focus {
    border-color: #151716 !important;
}

.hocus\:u-border-navy-light:hover,
.hocus\:u-border-navy-light:focus {
    border-color: #14133d !important;
}

.hocus\:u-border-navy-lighter:hover,
.hocus\:u-border-navy-lighter:focus {
    border-color: #404064 !important;
}

.hocus\:u-border-navy-lightest:hover,
.hocus\:u-border-navy-lightest:focus {
    border-color: #74768f !important;
}

.hocus\:u-border-navy-grey:hover,
.hocus\:u-border-navy-grey:focus {
    border-color: #2f3158 !important;
}

.hocus\:u-border-blue:hover,
.hocus\:u-border-blue:focus {
    border-color: #1500fe !important;
}

.hocus\:u-border-wild-sand:hover,
.hocus\:u-border-wild-sand:focus {
    border-color: #f4f4f4 !important;
}

.hocus\:u-border-grey-light:hover,
.hocus\:u-border-grey-light:focus {
    border-color: #dadada !important;
}

.hocus\:u-border-grey-lighter:hover,
.hocus\:u-border-grey-lighter:focus {
    border-color: #f4f4f4 !important;
}

.hocus\:u-border-grey-lightest:hover,
.hocus\:u-border-grey-lightest:focus {
    border-color: #f8fafc !important;
}

.hocus\:u-border-nav-border:hover,
.hocus\:u-border-nav-border:focus {
    border-color: #323254 !important;
}

.hocus\:u-border-silver:hover,
.hocus\:u-border-silver:focus {
    border-color: #bebebe !important;
}

.hocus\:u-border-red:hover,
.hocus\:u-border-red:focus {
    border-color: #ff0201 !important;
}

.hocus\:u-border-black--dark:hover,
.hocus\:u-border-black--dark:focus {
    border-color: #04001a !important;
}

.hocus\:u-border-black--light:hover,
.hocus\:u-border-black--light:focus {
    border-color: #060022 !important;
}

.hocus\:u-border-white--dark:hover,
.hocus\:u-border-white--dark:focus {
    border-color: #e0e0e0 !important;
}

.hocus\:u-border-white--light:hover,
.hocus\:u-border-white--light:focus {
    border-color: #fff !important;
}

.hocus\:u-border-yellow--dark:hover,
.hocus\:u-border-yellow--dark:focus {
    border-color: #e0af00 !important;
}

.hocus\:u-border-yellow--light:hover,
.hocus\:u-border-yellow--light:focus {
    border-color: #ffce1f !important;
}

.hocus\:u-border-coral--dark:hover,
.hocus\:u-border-coral--dark:focus {
    border-color: #ff8141 !important;
}

.hocus\:u-border-coral--light:hover,
.hocus\:u-border-coral--light:focus {
    border-color: #fb9 !important;
}

.hocus\:u-border-green--dark:hover,
.hocus\:u-border-green--dark:focus {
    border-color: #00e001 !important;
}

.hocus\:u-border-green--light:hover,
.hocus\:u-border-green--light:focus {
    border-color: #1fff1f !important;
}

.hocus\:u-border-navy--dark:hover,
.hocus\:u-border-navy--dark:focus {
    border-color: #000028 !important;
}

.hocus\:u-border-navy--light:hover,
.hocus\:u-border-navy--light:focus {
    border-color: #000032 !important;
}

.hocus\:u-border-navy-light--dark:hover,
.hocus\:u-border-navy-light--dark:focus {
    border-color: #121136 !important;
}

.hocus\:u-border-navy-light--light:hover,
.hocus\:u-border-navy-light--light:focus {
    border-color: #161544 !important;
}

.hocus\:u-border-navy-lighter--dark:hover,
.hocus\:u-border-navy-lighter--dark:focus {
    border-color: #383858 !important;
}

.hocus\:u-border-navy-lighter--light:hover,
.hocus\:u-border-navy-lighter--light:focus {
    border-color: #484870 !important;
}

.hocus\:u-border-navy-lightest--dark:hover,
.hocus\:u-border-navy-lightest--dark:focus {
    border-color: #66687e !important;
}

.hocus\:u-border-navy-lightest--light:hover,
.hocus\:u-border-navy-lightest--light:focus {
    border-color: #85879d !important;
}

.hocus\:u-border-navy-grey--dark:hover,
.hocus\:u-border-navy-grey--dark:focus {
    border-color: #292b4d !important;
}

.hocus\:u-border-navy-grey--light:hover,
.hocus\:u-border-navy-grey--light:focus {
    border-color: #353763 !important;
}

.hocus\:u-border-blue--dark:hover,
.hocus\:u-border-blue--dark:focus {
    border-color: #1200e0 !important;
}

.hocus\:u-border-blue--light:hover,
.hocus\:u-border-blue--light:focus {
    border-color: #301dff !important;
}

.hocus\:u-border-wild-sand--dark:hover,
.hocus\:u-border-wild-sand--dark:focus {
    border-color: #d7d7d7 !important;
}

.hocus\:u-border-wild-sand--light:hover,
.hocus\:u-border-wild-sand--light:focus {
    border-color: #fff !important;
}

.hocus\:u-border-grey-light--dark:hover,
.hocus\:u-border-grey-light--dark:focus {
    border-color: #c0c0c0 !important;
}

.hocus\:u-border-grey-light--light:hover,
.hocus\:u-border-grey-light--light:focus {
    border-color: #f4f4f4 !important;
}

.hocus\:u-border-grey-lighter--dark:hover,
.hocus\:u-border-grey-lighter--dark:focus {
    border-color: #d7d7d7 !important;
}

.hocus\:u-border-grey-lighter--light:hover,
.hocus\:u-border-grey-lighter--light:focus {
    border-color: #fff !important;
}

.hocus\:u-border-grey-lightest--dark:hover,
.hocus\:u-border-grey-lightest--dark:focus {
    border-color: #cedcea !important;
}

.hocus\:u-border-grey-lightest--light:hover,
.hocus\:u-border-grey-lightest--light:focus {
    border-color: #fff !important;
}

.hocus\:u-border-nav-border--dark:hover,
.hocus\:u-border-nav-border--dark:focus {
    border-color: #2c2c4a !important;
}

.hocus\:u-border-nav-border--light:hover,
.hocus\:u-border-nav-border--light:focus {
    border-color: #38385e !important;
}

.hocus\:u-border-silver--dark:hover,
.hocus\:u-border-silver--dark:focus {
    border-color: #a7a7a7 !important;
}

.hocus\:u-border-silver--light:hover,
.hocus\:u-border-silver--light:focus {
    border-color: #d5d5d5 !important;
}

.hocus\:u-border-red--dark:hover,
.hocus\:u-border-red--dark:focus {
    border-color: #e10100 !important;
}

.hocus\:u-border-red--light:hover,
.hocus\:u-border-red--light:focus {
    border-color: #ff2120 !important;
}

.u-rounded-none {
    border-radius: 0 !important;
}

.u-rounded-sm {
    border-radius: .125rem !important;
}

.u-rounded {
    border-radius: .25rem !important;
}

.u-rounded-lg {
    border-radius: .5rem !important;
}

.u-rounded-full {
    border-radius: 9999px !important;
}

.u-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.u-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.u-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.u-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.u-rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
}

.u-rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
}

.u-rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
}

.u-rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
}

.u-rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.u-rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.u-rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.u-rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.u-rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.u-rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.u-rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}

.u-rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}

.u-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}

.u-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}

.u-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}

.u-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}

.u-rounded-tl-none {
    border-top-left-radius: 0 !important;
}

.u-rounded-tr-none {
    border-top-right-radius: 0 !important;
}

.u-rounded-br-none {
    border-bottom-right-radius: 0 !important;
}

.u-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
}

.u-rounded-tl-sm {
    border-top-left-radius: .125rem !important;
}

.u-rounded-tr-sm {
    border-top-right-radius: .125rem !important;
}

.u-rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
}

.u-rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
}

.u-rounded-tl {
    border-top-left-radius: .25rem !important;
}

.u-rounded-tr {
    border-top-right-radius: .25rem !important;
}

.u-rounded-br {
    border-bottom-right-radius: .25rem !important;
}

.u-rounded-bl {
    border-bottom-left-radius: .25rem !important;
}

.u-rounded-tl-lg {
    border-top-left-radius: .5rem !important;
}

.u-rounded-tr-lg {
    border-top-right-radius: .5rem !important;
}

.u-rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
}

.u-rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
}

.u-rounded-tl-full {
    border-top-left-radius: 9999px !important;
}

.u-rounded-tr-full {
    border-top-right-radius: 9999px !important;
}

.u-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}

.u-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}

.u-border-solid {
    border-style: solid !important;
}

.u-border-dashed {
    border-style: dashed !important;
}

.u-border-dotted {
    border-style: dotted !important;
}

.u-border-none {
    border-style: none !important;
}

.u-border-0 {
    border-width: 0 !important;
}

.u-border-2 {
    border-width: 2px !important;
}

.u-border-3 {
    border-width: 3px !important;
}

.u-border-4 {
    border-width: 4px !important;
}

.u-border-8 {
    border-width: 8px !important;
}

.u-border {
    border-width: 1px !important;
}

.u-border-t-0 {
    border-top-width: 0 !important;
}

.u-border-r-0 {
    border-right-width: 0 !important;
}

.u-border-b-0 {
    border-bottom-width: 0 !important;
}

.u-border-l-0 {
    border-left-width: 0 !important;
}

.u-border-t-2 {
    border-top-width: 2px !important;
}

.u-border-r-2 {
    border-right-width: 2px !important;
}

.u-border-b-2 {
    border-bottom-width: 2px !important;
}

.u-border-l-2 {
    border-left-width: 2px !important;
}

.u-border-t-3 {
    border-top-width: 3px !important;
}

.u-border-r-3 {
    border-right-width: 3px !important;
}

.u-border-b-3 {
    border-bottom-width: 3px !important;
}

.u-border-l-3 {
    border-left-width: 3px !important;
}

.u-border-t-4 {
    border-top-width: 4px !important;
}

.u-border-r-4 {
    border-right-width: 4px !important;
}

.u-border-b-4 {
    border-bottom-width: 4px !important;
}

.u-border-l-4 {
    border-left-width: 4px !important;
}

.u-border-t-8 {
    border-top-width: 8px !important;
}

.u-border-r-8 {
    border-right-width: 8px !important;
}

.u-border-b-8 {
    border-bottom-width: 8px !important;
}

.u-border-l-8 {
    border-left-width: 8px !important;
}

.u-border-t {
    border-top-width: 1px !important;
}

.u-border-r {
    border-right-width: 1px !important;
}

.u-border-b {
    border-bottom-width: 1px !important;
}

.u-border-l {
    border-left-width: 1px !important;
}

.u-cursor-auto {
    cursor: auto !important;
}

.u-cursor-default {
    cursor: default !important;
}

.u-cursor-pointer {
    cursor: pointer !important;
}

.u-cursor-wait {
    cursor: wait !important;
}

.u-cursor-move {
    cursor: move !important;
}

.u-cursor-not-allowed {
    cursor: not-allowed !important;
}

.u-block {
    display: block !important;
}

.u-inline-block {
    display: inline-block !important;
}

.u-inline {
    display: inline !important;
}

.u-table {
    display: table !important;
}

.u-table-row {
    display: table-row !important;
}

.u-table-cell {
    display: table-cell !important;
}

.u-hidden {
    display: none !important;
}

.u-flex {
    display: flex !important;
}

.u-inline-flex {
    display: inline-flex !important;
}

.u-flex-row {
    flex-direction: row !important;
}

.u-flex-row-reverse {
    flex-direction: row-reverse !important;
}

.u-flex-col {
    flex-direction: column !important;
}

.u-flex-col-reverse {
    flex-direction: column-reverse !important;
}

.u-flex-wrap {
    flex-wrap: wrap !important;
}

.u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.u-flex-no-wrap {
    flex-wrap: nowrap !important;
}

.u-items-start {
    align-items: flex-start !important;
}

.u-items-end {
    align-items: flex-end !important;
}

.u-items-center {
    align-items: center !important;
}

.u-items-baseline {
    align-items: baseline !important;
}

.u-items-stretch {
    align-items: stretch !important;
}

.u-self-auto {
    align-self: auto !important;
}

.u-self-start {
    align-self: flex-start !important;
}

.u-self-end {
    align-self: flex-end !important;
}

.u-self-center {
    align-self: center !important;
}

.u-self-stretch {
    align-self: stretch !important;
}

.u-justify-start {
    justify-content: flex-start !important;
}

.u-justify-end {
    justify-content: flex-end !important;
}

.u-justify-center {
    justify-content: center !important;
}

.u-justify-between {
    justify-content: space-between !important;
}

.u-justify-around {
    justify-content: space-around !important;
}

.u-content-center {
    align-content: center !important;
}

.u-content-start {
    align-content: flex-start !important;
}

.u-content-end {
    align-content: flex-end !important;
}

.u-content-between {
    align-content: space-between !important;
}

.u-content-around {
    align-content: space-around !important;
}

.u-flex-1 {
    flex: 1 1 0% !important;
}

.u-flex-auto {
    flex: 1 1 auto !important;
}

.u-flex-initial {
    flex: 0 1 auto !important;
}

.u-flex-none {
    flex: none !important;
}

.u-flex-grow {
    flex-grow: 1 !important;
}

.u-flex-shrink {
    flex-shrink: 1 !important;
}

.u-flex-no-grow {
    flex-grow: 0 !important;
}

.u-flex-no-shrink {
    flex-shrink: 0 !important;
}

.u-float-right {
    float: right !important;
}

.u-float-left {
    float: left !important;
}

.u-float-none {
    float: none !important;
}

.u-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

.u-font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.u-font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
}

.u-font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.u-font-lemur {
    font-family: Lemur, Helvetica, sans-serif !important;
}

.u-font-gilroy {
    font-family: Gilroy, Helvetica, sans-serif !important;
}

.u-font-hairline {
    font-weight: 100 !important;
}

.u-font-thin {
    font-weight: 200 !important;
}

.u-font-light {
    font-weight: 300 !important;
}

.u-font-normal {
    font-weight: 400 !important;
}

.u-font-medium {
    font-weight: 500 !important;
}

.u-font-semibold {
    font-weight: 600 !important;
}

.u-font-bold {
    font-weight: 700 !important;
}

.u-font-extrabold {
    font-weight: 800 !important;
}

.u-font-black {
    font-weight: 900 !important;
}

.hover\:u-font-hairline:hover {
    font-weight: 100 !important;
}

.hover\:u-font-thin:hover {
    font-weight: 200 !important;
}

.hover\:u-font-light:hover {
    font-weight: 300 !important;
}

.hover\:u-font-normal:hover {
    font-weight: 400 !important;
}

.hover\:u-font-medium:hover {
    font-weight: 500 !important;
}

.hover\:u-font-semibold:hover {
    font-weight: 600 !important;
}

.hover\:u-font-bold:hover {
    font-weight: 700 !important;
}

.hover\:u-font-extrabold:hover {
    font-weight: 800 !important;
}

.hover\:u-font-black:hover {
    font-weight: 900 !important;
}

.focus\:u-font-hairline:focus {
    font-weight: 100 !important;
}

.focus\:u-font-thin:focus {
    font-weight: 200 !important;
}

.focus\:u-font-light:focus {
    font-weight: 300 !important;
}

.focus\:u-font-normal:focus {
    font-weight: 400 !important;
}

.focus\:u-font-medium:focus {
    font-weight: 500 !important;
}

.focus\:u-font-semibold:focus {
    font-weight: 600 !important;
}

.focus\:u-font-bold:focus {
    font-weight: 700 !important;
}

.focus\:u-font-extrabold:focus {
    font-weight: 800 !important;
}

.focus\:u-font-black:focus {
    font-weight: 900 !important;
}

.u-h-0 {
    height: 0 !important;
}

.u-h-1 {
    height: .25rem !important;
}

.u-h-2 {
    height: .5rem !important;
}

.u-h-3 {
    height: .75rem !important;
}

.u-h-4 {
    height: 1rem !important;
}

.u-h-5 {
    height: 1.25rem !important;
}

.u-h-6 {
    height: 1.5rem !important;
}

.u-h-8 {
    height: 2rem !important;
}

.u-h-10 {
    height: 2.5rem !important;
}

.u-h-12 {
    height: 3rem !important;
}

.u-h-16 {
    height: 4rem !important;
}

.u-h-24 {
    height: 6rem !important;
}

.u-h-32 {
    height: 8rem !important;
}

.u-h-48 {
    height: 12rem !important;
}

.u-h-64 {
    height: 16rem !important;
}

.u-h-auto {
    height: auto !important;
}

.u-h-px {
    height: 1px !important;
}

.u-h-full {
    height: 100% !important;
}

.u-h-screen {
    height: 100vh !important;
}

.u-leading-none {
    line-height: 1 !important;
}

.u-leading-tight {
    line-height: 1.25 !important;
}

.u-leading-normal {
    line-height: 1.5 !important;
}

.u-leading-loose {
    line-height: 2 !important;
}

.u-m-0 {
    margin: 0 !important;
}

.u-m-1 {
    margin: .25rem !important;
}

.u-m-2 {
    margin: .5rem !important;
}

.u-m-3 {
    margin: .75rem !important;
}

.u-m-4 {
    margin: 1rem !important;
}

.u-m-5 {
    margin: 1.25rem !important;
}

.u-m-6 {
    margin: 1.5rem !important;
}

.u-m-8 {
    margin: 2rem !important;
}

.u-m-10 {
    margin: 2.5rem !important;
}

.u-m-12 {
    margin: 3rem !important;
}

.u-m-16 {
    margin: 4rem !important;
}

.u-m-20 {
    margin: 5rem !important;
}

.u-m-24 {
    margin: 6rem !important;
}

.u-m-32 {
    margin: 8rem !important;
}

.u-m-40 {
    margin: 10rem !important;
}

.u-m-72 {
    margin: 18rem !important;
}

.u-m-auto {
    margin: auto !important;
}

.u-m-px {
    margin: 1px !important;
}

.u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.u-mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.u-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.u-mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.u-my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.u-mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
}

.u-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.u-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.u-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.u-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.u-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.u-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.u-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.u-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.u-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.u-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.u-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.u-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.u-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.u-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.u-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.u-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.u-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.u-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.u-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.u-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.u-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.u-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}

.u-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
}

.u-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
}

.u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.u-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.u-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.u-mt-0 {
    margin-top: 0 !important;
}

.u-mr-0 {
    margin-right: 0 !important;
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-ml-0 {
    margin-left: 0 !important;
}

.u-mt-1 {
    margin-top: .25rem !important;
}

.u-mr-1 {
    margin-right: .25rem !important;
}

.u-mb-1 {
    margin-bottom: .25rem !important;
}

.u-ml-1 {
    margin-left: .25rem !important;
}

.u-mt-2 {
    margin-top: .5rem !important;
}

.u-mr-2 {
    margin-right: .5rem !important;
}

.u-mb-2 {
    margin-bottom: .5rem !important;
}

.u-ml-2 {
    margin-left: .5rem !important;
}

.u-mt-3 {
    margin-top: .75rem !important;
}

.u-mr-3 {
    margin-right: .75rem !important;
}

.u-mb-3 {
    margin-bottom: .75rem !important;
}

.u-ml-3 {
    margin-left: .75rem !important;
}

.u-mt-4 {
    margin-top: 1rem !important;
}

.u-mr-4 {
    margin-right: 1rem !important;
}

.u-mb-4 {
    margin-bottom: 1rem !important;
}

.u-ml-4 {
    margin-left: 1rem !important;
}

.u-mt-5 {
    margin-top: 1.25rem !important;
}

.u-mr-5 {
    margin-right: 1.25rem !important;
}

.u-mb-5 {
    margin-bottom: 1.25rem !important;
}

.u-ml-5 {
    margin-left: 1.25rem !important;
}

.u-mt-6 {
    margin-top: 1.5rem !important;
}

.u-mr-6 {
    margin-right: 1.5rem !important;
}

.u-mb-6 {
    margin-bottom: 1.5rem !important;
}

.u-ml-6 {
    margin-left: 1.5rem !important;
}

.u-mt-8 {
    margin-top: 2rem !important;
}

.u-mr-8 {
    margin-right: 2rem !important;
}

.u-mb-8 {
    margin-bottom: 2rem !important;
}

.u-ml-8 {
    margin-left: 2rem !important;
}

.u-mt-10 {
    margin-top: 2.5rem !important;
}

.u-mr-10 {
    margin-right: 2.5rem !important;
}

.u-mb-10 {
    margin-bottom: 2.5rem !important;
}

.u-ml-10 {
    margin-left: 2.5rem !important;
}

.u-mt-12 {
    margin-top: 3rem !important;
}

.u-mr-12 {
    margin-right: 3rem !important;
}

.u-mb-12 {
    margin-bottom: 3rem !important;
}

.u-ml-12 {
    margin-left: 3rem !important;
}

.u-mt-16 {
    margin-top: 4rem !important;
}

.u-mr-16 {
    margin-right: 4rem !important;
}

.u-mb-16 {
    margin-bottom: 4rem !important;
}

.u-ml-16 {
    margin-left: 4rem !important;
}

.u-mt-20 {
    margin-top: 5rem !important;
}

.u-mr-20 {
    margin-right: 5rem !important;
}

.u-mb-20 {
    margin-bottom: 5rem !important;
}

.u-ml-20 {
    margin-left: 5rem !important;
}

.u-mt-24 {
    margin-top: 6rem !important;
}

.u-mr-24 {
    margin-right: 6rem !important;
}

.u-mb-24 {
    margin-bottom: 6rem !important;
}

.u-ml-24 {
    margin-left: 6rem !important;
}

.u-mt-32 {
    margin-top: 8rem !important;
}

.u-mr-32 {
    margin-right: 8rem !important;
}

.u-mb-32 {
    margin-bottom: 8rem !important;
}

.u-ml-32 {
    margin-left: 8rem !important;
}

.u-mt-40 {
    margin-top: 10rem !important;
}

.u-mr-40 {
    margin-right: 10rem !important;
}

.u-mb-40 {
    margin-bottom: 10rem !important;
}

.u-ml-40 {
    margin-left: 10rem !important;
}

.u-mt-72 {
    margin-top: 18rem !important;
}

.u-mr-72 {
    margin-right: 18rem !important;
}

.u-mb-72 {
    margin-bottom: 18rem !important;
}

.u-ml-72 {
    margin-left: 18rem !important;
}

.u-mt-auto {
    margin-top: auto !important;
}

.u-mr-auto {
    margin-right: auto !important;
}

.u-mb-auto {
    margin-bottom: auto !important;
}

.u-ml-auto {
    margin-left: auto !important;
}

.u-mt-px {
    margin-top: 1px !important;
}

.u-mr-px {
    margin-right: 1px !important;
}

.u-mb-px {
    margin-bottom: 1px !important;
}

.u-ml-px {
    margin-left: 1px !important;
}

.u-max-h-none {
    max-height: 0 !important;
}

.u-max-h-full {
    max-height: 100% !important;
}

.u-max-h-screen {
    max-height: 100vh !important;
}

.u-max-w-50 {
    max-width: 50px !important;
}

.u-max-w-100 {
    max-width: 100px !important;
}

.u-max-w-300 {
    max-width: 300px !important;
}

.u-max-w-630 {
    max-width: 630px !important;
}

.u-max-w-xs {
    max-width: 20rem !important;
}

.u-max-w-sm {
    max-width: 30rem !important;
}

.u-max-w-md {
    max-width: 40rem !important;
}

.u-max-w-lg {
    max-width: 50rem !important;
}

.u-max-w-xl {
    max-width: 60rem !important;
}

.u-max-w-2xl {
    max-width: 70rem !important;
}

.u-max-w-3xl {
    max-width: 80rem !important;
}

.u-max-w-4xl {
    max-width: 90rem !important;
}

.u-max-w-5xl {
    max-width: 100rem !important;
}

.u-max-w-half {
    max-width: 50% !important;
}

.u-max-w-full {
    max-width: 100% !important;
}

.u-min-h-0 {
    min-height: 0 !important;
}

.u-min-h-1 {
    min-height: .25rem !important;
}

.u-min-h-2 {
    min-height: .5rem !important;
}

.u-min-h-3 {
    min-height: .75rem !important;
}

.u-min-h-4 {
    min-height: 1rem !important;
}

.u-min-h-5 {
    min-height: 1.25rem !important;
}

.u-min-h-6 {
    min-height: 1.5rem !important;
}

.u-min-h-8 {
    min-height: 2rem !important;
}

.u-min-h-10 {
    min-height: 2.5rem !important;
}

.u-min-h-12 {
    min-height: 3rem !important;
}

.u-min-h-16 {
    min-height: 4rem !important;
}

.u-min-h-24 {
    min-height: 6rem !important;
}

.u-min-h-32 {
    min-height: 8rem !important;
}

.u-min-h-48 {
    min-height: 12rem !important;
}

.u-min-h-64 {
    min-height: 16rem !important;
}

.u-min-h-100 {
    min-height: 100px !important;
}

.u-min-h-500 {
    min-height: 500px !important;
}

.u-min-h-600 {
    min-height: 600px !important;
}

.u-min-h-auto {
    min-height: auto !important;
}

.u-min-h-px {
    min-height: 1px !important;
}

.u-min-h-full {
    min-height: 100% !important;
}

.u-min-h-screen {
    min-height: 100vh !important;
}

.u-min-w-0 {
    min-width: 0 !important;
}

.u-min-w-full {
    min-width: 100% !important;
}

.u--m-0 {
    margin: 0 !important;
}

.u--m-1 {
    margin: -0.25rem !important;
}

.u--m-2 {
    margin: -0.5rem !important;
}

.u--m-3 {
    margin: -0.75rem !important;
}

.u--m-4 {
    margin: -1rem !important;
}

.u--m-5 {
    margin: -1.25rem !important;
}

.u--m-6 {
    margin: -1.5rem !important;
}

.u--m-8 {
    margin: -2rem !important;
}

.u--m-10 {
    margin: -2.5rem !important;
}

.u--m-12 {
    margin: -3rem !important;
}

.u--m-16 {
    margin: -4rem !important;
}

.u--m-20 {
    margin: -5rem !important;
}

.u--m-24 {
    margin: -6rem !important;
}

.u--m-32 {
    margin: -8rem !important;
}

.u--m-68 {
    margin: -17rem !important;
}

.u--m-px {
    margin: -1px !important;
}

.u--my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.u--mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.u--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.u--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.u--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

.u--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
}

.u--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}

.u--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.u--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.u--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
}

.u--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
}

.u--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.u--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.u--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}

.u--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.u--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.u--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
}

.u--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.u--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}

.u--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.u--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}

.u--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}

.u--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}

.u--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.u--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}

.u--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}

.u--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}

.u--my-68 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
}

.u--mx-68 {
    margin-left: -17rem !important;
    margin-right: -17rem !important;
}

.u--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

.u--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.u--mt-0 {
    margin-top: 0 !important;
}

.u--mr-0 {
    margin-right: 0 !important;
}

.u--mb-0 {
    margin-bottom: 0 !important;
}

.u--ml-0 {
    margin-left: 0 !important;
}

.u--mt-1 {
    margin-top: -0.25rem !important;
}

.u--mr-1 {
    margin-right: -0.25rem !important;
}

.u--mb-1 {
    margin-bottom: -0.25rem !important;
}

.u--ml-1 {
    margin-left: -0.25rem !important;
}

.u--mt-2 {
    margin-top: -0.5rem !important;
}

.u--mr-2 {
    margin-right: -0.5rem !important;
}

.u--mb-2 {
    margin-bottom: -0.5rem !important;
}

.u--ml-2 {
    margin-left: -0.5rem !important;
}

.u--mt-3 {
    margin-top: -0.75rem !important;
}

.u--mr-3 {
    margin-right: -0.75rem !important;
}

.u--mb-3 {
    margin-bottom: -0.75rem !important;
}

.u--ml-3 {
    margin-left: -0.75rem !important;
}

.u--mt-4 {
    margin-top: -1rem !important;
}

.u--mr-4 {
    margin-right: -1rem !important;
}

.u--mb-4 {
    margin-bottom: -1rem !important;
}

.u--ml-4 {
    margin-left: -1rem !important;
}

.u--mt-5 {
    margin-top: -1.25rem !important;
}

.u--mr-5 {
    margin-right: -1.25rem !important;
}

.u--mb-5 {
    margin-bottom: -1.25rem !important;
}

.u--ml-5 {
    margin-left: -1.25rem !important;
}

.u--mt-6 {
    margin-top: -1.5rem !important;
}

.u--mr-6 {
    margin-right: -1.5rem !important;
}

.u--mb-6 {
    margin-bottom: -1.5rem !important;
}

.u--ml-6 {
    margin-left: -1.5rem !important;
}

.u--mt-8 {
    margin-top: -2rem !important;
}

.u--mr-8 {
    margin-right: -2rem !important;
}

.u--mb-8 {
    margin-bottom: -2rem !important;
}

.u--ml-8 {
    margin-left: -2rem !important;
}

.u--mt-10 {
    margin-top: -2.5rem !important;
}

.u--mr-10 {
    margin-right: -2.5rem !important;
}

.u--mb-10 {
    margin-bottom: -2.5rem !important;
}

.u--ml-10 {
    margin-left: -2.5rem !important;
}

.u--mt-12 {
    margin-top: -3rem !important;
}

.u--mr-12 {
    margin-right: -3rem !important;
}

.u--mb-12 {
    margin-bottom: -3rem !important;
}

.u--ml-12 {
    margin-left: -3rem !important;
}

.u--mt-16 {
    margin-top: -4rem !important;
}

.u--mr-16 {
    margin-right: -4rem !important;
}

.u--mb-16 {
    margin-bottom: -4rem !important;
}

.u--ml-16 {
    margin-left: -4rem !important;
}

.u--mt-20 {
    margin-top: -5rem !important;
}

.u--mr-20 {
    margin-right: -5rem !important;
}

.u--mb-20 {
    margin-bottom: -5rem !important;
}

.u--ml-20 {
    margin-left: -5rem !important;
}

.u--mt-24 {
    margin-top: -6rem !important;
}

.u--mr-24 {
    margin-right: -6rem !important;
}

.u--mb-24 {
    margin-bottom: -6rem !important;
}

.u--ml-24 {
    margin-left: -6rem !important;
}

.u--mt-32 {
    margin-top: -8rem !important;
}

.u--mr-32 {
    margin-right: -8rem !important;
}

.u--mb-32 {
    margin-bottom: -8rem !important;
}

.u--ml-32 {
    margin-left: -8rem !important;
}

.u--mt-68 {
    margin-top: -17rem !important;
}

.u--mr-68 {
    margin-right: -17rem !important;
}

.u--mb-68 {
    margin-bottom: -17rem !important;
}

.u--ml-68 {
    margin-left: -17rem !important;
}

.u--mt-px {
    margin-top: -1px !important;
}

.u--mr-px {
    margin-right: -1px !important;
}

.u--mb-px {
    margin-bottom: -1px !important;
}

.u--ml-px {
    margin-left: -1px !important;
}

.u-object-contain {
    object-fit: contain !important;
}

.u-object-cover {
    object-fit: cover !important;
}

.u-object-fill {
    object-fit: fill !important;
}

.u-object-none {
    object-fit: none !important;
}

.u-object-scale-down {
    object-fit: scale-down !important;
}

.u-object-bottom {
    object-position: bottom !important;
}

.u-object-center {
    object-position: center !important;
}

.u-object-left {
    object-position: left !important;
}

.u-object-left-bottom {
    object-position: left bottom !important;
}

.u-object-left-top {
    object-position: left top !important;
}

.u-object-right {
    object-position: right !important;
}

.u-object-right-bottom {
    object-position: right bottom !important;
}

.u-object-right-top {
    object-position: right top !important;
}

.u-object-top {
    object-position: top !important;
}

.u-opacity-0 {
    opacity: 0 !important;
}

.u-opacity-25 {
    opacity: .25 !important;
}

.u-opacity-50 {
    opacity: .5 !important;
}

.u-opacity-75 {
    opacity: .75 !important;
}

.u-opacity-100 {
    opacity: 1 !important;
}

.hover\:u-opacity-0:hover {
    opacity: 0 !important;
}

.hover\:u-opacity-25:hover {
    opacity: .25 !important;
}

.hover\:u-opacity-50:hover {
    opacity: .5 !important;
}

.hover\:u-opacity-75:hover {
    opacity: .75 !important;
}

.hover\:u-opacity-100:hover {
    opacity: 1 !important;
}

.u-outline-none {
    outline: 0 !important;
}

.focus\:u-outline-none:focus {
    outline: 0 !important;
}

.u-overflow-auto {
    overflow: auto !important;
}

.u-overflow-hidden {
    overflow: hidden !important;
}

.u-overflow-visible {
    overflow: visible !important;
}

.u-overflow-scroll {
    overflow: scroll !important;
}

.u-overflow-x-auto {
    overflow-x: auto !important;
}

.u-overflow-y-auto {
    overflow-y: auto !important;
}

.u-overflow-x-hidden {
    overflow-x: hidden !important;
}

.u-overflow-y-hidden {
    overflow-y: hidden !important;
}

.u-overflow-x-visible {
    overflow-x: visible !important;
}

.u-overflow-y-visible {
    overflow-y: visible !important;
}

.u-overflow-x-scroll {
    overflow-x: scroll !important;
}

.u-overflow-y-scroll {
    overflow-y: scroll !important;
}

.u-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
}

.u-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
}

.u-p-0 {
    padding: 0 !important;
}

.u-p-1 {
    padding: .25rem !important;
}

.u-p-2 {
    padding: .5rem !important;
}

.u-p-3 {
    padding: .75rem !important;
}

.u-p-4 {
    padding: 1rem !important;
}

.u-p-5 {
    padding: 1.25rem !important;
}

.u-p-6 {
    padding: 1.5rem !important;
}

.u-p-8 {
    padding: 2rem !important;
}

.u-p-10 {
    padding: 2.5rem !important;
}

.u-p-12 {
    padding: 3rem !important;
}

.u-p-16 {
    padding: 4rem !important;
}

.u-p-20 {
    padding: 5rem !important;
}

.u-p-24 {
    padding: 6rem !important;
}

.u-p-32 {
    padding: 8rem !important;
}

.u-p-64 {
    padding: 16rem !important;
}

.u-p-px {
    padding: 1px !important;
}

.u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.u-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.u-px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.u-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.u-px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.u-py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.u-px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.u-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.u-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.u-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.u-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.u-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.u-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.u-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.u-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.u-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.u-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.u-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.u-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.u-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.u-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.u-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.u-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.u-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.u-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.u-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.u-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.u-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}

.u-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
}

.u-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.u-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.u-pt-0 {
    padding-top: 0 !important;
}

.u-pr-0 {
    padding-right: 0 !important;
}

.u-pb-0 {
    padding-bottom: 0 !important;
}

.u-pl-0 {
    padding-left: 0 !important;
}

.u-pt-1 {
    padding-top: .25rem !important;
}

.u-pr-1 {
    padding-right: .25rem !important;
}

.u-pb-1 {
    padding-bottom: .25rem !important;
}

.u-pl-1 {
    padding-left: .25rem !important;
}

.u-pt-2 {
    padding-top: .5rem !important;
}

.u-pr-2 {
    padding-right: .5rem !important;
}

.u-pb-2 {
    padding-bottom: .5rem !important;
}

.u-pl-2 {
    padding-left: .5rem !important;
}

.u-pt-3 {
    padding-top: .75rem !important;
}

.u-pr-3 {
    padding-right: .75rem !important;
}

.u-pb-3 {
    padding-bottom: .75rem !important;
}

.u-pl-3 {
    padding-left: .75rem !important;
}

.u-pt-4 {
    padding-top: 1rem !important;
}

.u-pr-4 {
    padding-right: 1rem !important;
}

.u-pb-4 {
    padding-bottom: 1rem !important;
}

.u-pl-4 {
    padding-left: 1rem !important;
}

.u-pt-5 {
    padding-top: 1.25rem !important;
}

.u-pr-5 {
    padding-right: 1.25rem !important;
}

.u-pb-5 {
    padding-bottom: 1.25rem !important;
}

.u-pl-5 {
    padding-left: 1.25rem !important;
}

.u-pt-6 {
    padding-top: 1.5rem !important;
}

.u-pr-6 {
    padding-right: 1.5rem !important;
}

.u-pb-6 {
    padding-bottom: 1.5rem !important;
}

.u-pl-6 {
    padding-left: 1.5rem !important;
}

.u-pt-8 {
    padding-top: 2rem !important;
}

.u-pr-8 {
    padding-right: 2rem !important;
}

.u-pb-8 {
    padding-bottom: 2rem !important;
}

.u-pl-8 {
    padding-left: 2rem !important;
}

.u-pt-10 {
    padding-top: 2.5rem !important;
}

.u-pr-10 {
    padding-right: 2.5rem !important;
}

.u-pb-10 {
    padding-bottom: 2.5rem !important;
}

.u-pl-10 {
    padding-left: 2.5rem !important;
}

.u-pt-12 {
    padding-top: 3rem !important;
}

.u-pr-12 {
    padding-right: 3rem !important;
}

.u-pb-12 {
    padding-bottom: 3rem !important;
}

.u-pl-12 {
    padding-left: 3rem !important;
}

.u-pt-16 {
    padding-top: 4rem !important;
}

.u-pr-16 {
    padding-right: 4rem !important;
}

.u-pb-16 {
    padding-bottom: 4rem !important;
}

.u-pl-16 {
    padding-left: 4rem !important;
}

.u-pt-20 {
    padding-top: 5rem !important;
}

.u-pr-20 {
    padding-right: 5rem !important;
}

.u-pb-20 {
    padding-bottom: 5rem !important;
}

.u-pl-20 {
    padding-left: 5rem !important;
}

.u-pt-24 {
    padding-top: 6rem !important;
}

.u-pr-24 {
    padding-right: 6rem !important;
}

.u-pb-24 {
    padding-bottom: 6rem !important;
}

.u-pl-24 {
    padding-left: 6rem !important;
}

.u-pt-32 {
    padding-top: 8rem !important;
}

.u-pr-32 {
    padding-right: 8rem !important;
}

.u-pb-32 {
    padding-bottom: 8rem !important;
}

.u-pl-32 {
    padding-left: 8rem !important;
}

.u-pt-64 {
    padding-top: 16rem !important;
}

.u-pr-64 {
    padding-right: 16rem !important;
}

.u-pb-64 {
    padding-bottom: 16rem !important;
}

.u-pl-64 {
    padding-left: 16rem !important;
}

.u-pt-px {
    padding-top: 1px !important;
}

.u-pr-px {
    padding-right: 1px !important;
}

.u-pb-px {
    padding-bottom: 1px !important;
}

.u-pl-px {
    padding-left: 1px !important;
}

.u-pointer-events-none {
    pointer-events: none !important;
}

.u-pointer-events-auto {
    pointer-events: auto !important;
}

.u-static {
    position: static !important;
}

.u-fixed {
    position: fixed !important;
}

.u-absolute {
    position: absolute !important;
}

.u-relative {
    position: relative !important;
}

.u-sticky {
    position: sticky !important;
}

.u-pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.u-pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.u-pin-y {
    top: 0 !important;
    bottom: 0 !important;
}

.u-pin-x {
    right: 0 !important;
    left: 0 !important;
}

.u-pin-t {
    top: 0 !important;
}

.u-pin-r {
    right: 0 !important;
}

.u-pin-b {
    bottom: 0 !important;
}

.u-pin-l {
    left: 0 !important;
}

.u-resize-none {
    resize: none !important;
}

.u-resize-y {
    resize: vertical !important;
}

.u-resize-x {
    resize: horizontal !important;
}

.u-resize {
    resize: both !important;
}

.u-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.u-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.u-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.u-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.u-shadow-outline {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
}

.u-shadow-none {
    box-shadow: none !important;
}

.hover\:u-shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.hover\:u-shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:u-shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:u-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.hover\:u-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
}

.hover\:u-shadow-none:hover {
    box-shadow: none !important;
}

.focus\:u-shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.focus\:u-shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.focus\:u-shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.focus\:u-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.focus\:u-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
}

.focus\:u-shadow-none:focus {
    box-shadow: none !important;
}

.u-fill-current {
    fill: currentColor !important;
}

.u-stroke-current {
    stroke: currentColor !important;
}

.u-table-auto {
    table-layout: auto !important;
}

.u-table-fixed {
    table-layout: fixed !important;
}

.u-text-left {
    text-align: left !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-right {
    text-align: right !important;
}

.u-text-justify {
    text-align: justify !important;
}

.u-text-transparent {
    color: transparent !important;
}

.u-text-black {
    color: #05001e !important;
}

.u-text-white {
    color: #fff !important;
}

.u-text-yellow {
    color: #ffc700 !important;
}

.u-text-coral {
    color: #ff9e6d !important;
}

.u-text-green {
    color: #00ff01 !important;
}

.u-text-navy {
    color: #151716 !important;
}

.u-text-navy-light {
    color: #14133d !important;
}

.u-text-navy-lighter {
    color: #404064 !important;
}

.u-text-navy-lightest {
    color: #74768f !important;
}

.u-text-navy-grey {
    color: #2f3158 !important;
}

.u-text-blue {
    color: #1500fe !important;
}

.u-text-wild-sand {
    color: #f4f4f4 !important;
}

.u-text-grey-light {
    color: #dadada !important;
}

.u-text-grey-lighter {
    color: #f4f4f4 !important;
}

.u-text-grey-lightest {
    color: #f8fafc !important;
}

.u-text-nav-border {
    color: #323254 !important;
}

.u-text-silver {
    color: #bebebe !important;
}

.u-text-red {
    color: #ff0201 !important;
}

.u-text-black--dark {
    color: #04001a !important;
}

.u-text-black--light {
    color: #060022 !important;
}

.u-text-white--dark {
    color: #e0e0e0 !important;
}

.u-text-white--light {
    color: #fff !important;
}

.u-text-yellow--dark {
    color: #e0af00 !important;
}

.u-text-yellow--light {
    color: #ffce1f !important;
}

.u-text-coral--dark {
    color: #ff8141 !important;
}

.u-text-coral--light {
    color: #fb9 !important;
}

.u-text-green--dark {
    color: #00e001 !important;
}

.u-text-green--light {
    color: #1fff1f !important;
}

.u-text-navy--dark {
    color: #000028 !important;
}

.u-text-navy--light {
    color: #000032 !important;
}

.u-text-navy-light--dark {
    color: #121136 !important;
}

.u-text-navy-light--light {
    color: #161544 !important;
}

.u-text-navy-lighter--dark {
    color: #383858 !important;
}

.u-text-navy-lighter--light {
    color: #484870 !important;
}

.u-text-navy-lightest--dark {
    color: #66687e !important;
}

.u-text-navy-lightest--light {
    color: #85879d !important;
}

.u-text-navy-grey--dark {
    color: #292b4d !important;
}

.u-text-navy-grey--light {
    color: #353763 !important;
}

.u-text-blue--dark {
    color: #1200e0 !important;
}

.u-text-blue--light {
    color: #301dff !important;
}

.u-text-wild-sand--dark {
    color: #d7d7d7 !important;
}

.u-text-wild-sand--light {
    color: #fff !important;
}

.u-text-grey-light--dark {
    color: #c0c0c0 !important;
}

.u-text-grey-light--light {
    color: #f4f4f4 !important;
}

.u-text-grey-lighter--dark {
    color: #d7d7d7 !important;
}

.u-text-grey-lighter--light {
    color: #fff !important;
}

.u-text-grey-lightest--dark {
    color: #cedcea !important;
}

.u-text-grey-lightest--light {
    color: #fff !important;
}

.u-text-nav-border--dark {
    color: #2c2c4a !important;
}

.u-text-nav-border--light {
    color: #38385e !important;
}

.u-text-silver--dark {
    color: #a7a7a7 !important;
}

.u-text-silver--light {
    color: #d5d5d5 !important;
}

.u-text-red--dark {
    color: #e10100 !important;
}

.u-text-red--light {
    color: #ff2120 !important;
}

.hover\:u-text-transparent:hover {
    color: transparent !important;
}

.hover\:u-text-black:hover {
    color: #05001e !important;
}

.hover\:u-text-white:hover {
    color: #fff !important;
}

.hover\:u-text-yellow:hover {
    color: #ffc700 !important;
}

.hover\:u-text-coral:hover {
    color: #ff9e6d !important;
}

.hover\:u-text-green:hover {
    color: #00ff01 !important;
}

.hover\:u-text-navy:hover {
    color: #151716 !important;
}

.hover\:u-text-navy-light:hover {
    color: #14133d !important;
}

.hover\:u-text-navy-lighter:hover {
    color: #404064 !important;
}

.hover\:u-text-navy-lightest:hover {
    color: #74768f !important;
}

.hover\:u-text-navy-grey:hover {
    color: #2f3158 !important;
}

.hover\:u-text-blue:hover {
    color: #1500fe !important;
}

.hover\:u-text-wild-sand:hover {
    color: #f4f4f4 !important;
}

.hover\:u-text-grey-light:hover {
    color: #dadada !important;
}

.hover\:u-text-grey-lighter:hover {
    color: #f4f4f4 !important;
}

.hover\:u-text-grey-lightest:hover {
    color: #f8fafc !important;
}

.hover\:u-text-nav-border:hover {
    color: #323254 !important;
}

.hover\:u-text-silver:hover {
    color: #bebebe !important;
}

.hover\:u-text-red:hover {
    color: #ff0201 !important;
}

.hover\:u-text-black--dark:hover {
    color: #04001a !important;
}

.hover\:u-text-black--light:hover {
    color: #060022 !important;
}

.hover\:u-text-white--dark:hover {
    color: #e0e0e0 !important;
}

.hover\:u-text-white--light:hover {
    color: #fff !important;
}

.hover\:u-text-yellow--dark:hover {
    color: #e0af00 !important;
}

.hover\:u-text-yellow--light:hover {
    color: #ffce1f !important;
}

.hover\:u-text-coral--dark:hover {
    color: #ff8141 !important;
}

.hover\:u-text-coral--light:hover {
    color: #fb9 !important;
}

.hover\:u-text-green--dark:hover {
    color: #00e001 !important;
}

.hover\:u-text-green--light:hover {
    color: #1fff1f !important;
}

.hover\:u-text-navy--dark:hover {
    color: #000028 !important;
}

.hover\:u-text-navy--light:hover {
    color: #000032 !important;
}

.hover\:u-text-navy-light--dark:hover {
    color: #121136 !important;
}

.hover\:u-text-navy-light--light:hover {
    color: #161544 !important;
}

.hover\:u-text-navy-lighter--dark:hover {
    color: #383858 !important;
}

.hover\:u-text-navy-lighter--light:hover {
    color: #484870 !important;
}

.hover\:u-text-navy-lightest--dark:hover {
    color: #66687e !important;
}

.hover\:u-text-navy-lightest--light:hover {
    color: #85879d !important;
}

.hover\:u-text-navy-grey--dark:hover {
    color: #292b4d !important;
}

.hover\:u-text-navy-grey--light:hover {
    color: #353763 !important;
}

.hover\:u-text-blue--dark:hover {
    color: #1200e0 !important;
}

.hover\:u-text-blue--light:hover {
    color: #301dff !important;
}

.hover\:u-text-wild-sand--dark:hover {
    color: #d7d7d7 !important;
}

.hover\:u-text-wild-sand--light:hover {
    color: #fff !important;
}

.hover\:u-text-grey-light--dark:hover {
    color: #c0c0c0 !important;
}

.hover\:u-text-grey-light--light:hover {
    color: #f4f4f4 !important;
}

.hover\:u-text-grey-lighter--dark:hover {
    color: #d7d7d7 !important;
}

.hover\:u-text-grey-lighter--light:hover {
    color: #fff !important;
}

.hover\:u-text-grey-lightest--dark:hover {
    color: #cedcea !important;
}

.hover\:u-text-grey-lightest--light:hover {
    color: #fff !important;
}

.hover\:u-text-nav-border--dark:hover {
    color: #2c2c4a !important;
}

.hover\:u-text-nav-border--light:hover {
    color: #38385e !important;
}

.hover\:u-text-silver--dark:hover {
    color: #a7a7a7 !important;
}

.hover\:u-text-silver--light:hover {
    color: #d5d5d5 !important;
}

.hover\:u-text-red--dark:hover {
    color: #e10100 !important;
}

.hover\:u-text-red--light:hover {
    color: #ff2120 !important;
}

.focus\:u-text-transparent:focus {
    color: transparent !important;
}

.focus\:u-text-black:focus {
    color: #05001e !important;
}

.focus\:u-text-white:focus {
    color: #fff !important;
}

.focus\:u-text-yellow:focus {
    color: #ffc700 !important;
}

.focus\:u-text-coral:focus {
    color: #ff9e6d !important;
}

.focus\:u-text-green:focus {
    color: #00ff01 !important;
}

.focus\:u-text-navy:focus {
    color: #151716 !important;
}

.focus\:u-text-navy-light:focus {
    color: #14133d !important;
}

.focus\:u-text-navy-lighter:focus {
    color: #404064 !important;
}

.focus\:u-text-navy-lightest:focus {
    color: #74768f !important;
}

.focus\:u-text-navy-grey:focus {
    color: #2f3158 !important;
}

.focus\:u-text-blue:focus {
    color: #1500fe !important;
}

.focus\:u-text-wild-sand:focus {
    color: #f4f4f4 !important;
}

.focus\:u-text-grey-light:focus {
    color: #dadada !important;
}

.focus\:u-text-grey-lighter:focus {
    color: #f4f4f4 !important;
}

.focus\:u-text-grey-lightest:focus {
    color: #f8fafc !important;
}

.focus\:u-text-nav-border:focus {
    color: #323254 !important;
}

.focus\:u-text-silver:focus {
    color: #bebebe !important;
}

.focus\:u-text-red:focus {
    color: #ff0201 !important;
}

.focus\:u-text-black--dark:focus {
    color: #04001a !important;
}

.focus\:u-text-black--light:focus {
    color: #060022 !important;
}

.focus\:u-text-white--dark:focus {
    color: #e0e0e0 !important;
}

.focus\:u-text-white--light:focus {
    color: #fff !important;
}

.focus\:u-text-yellow--dark:focus {
    color: #e0af00 !important;
}

.focus\:u-text-yellow--light:focus {
    color: #ffce1f !important;
}

.focus\:u-text-coral--dark:focus {
    color: #ff8141 !important;
}

.focus\:u-text-coral--light:focus {
    color: #fb9 !important;
}

.focus\:u-text-green--dark:focus {
    color: #00e001 !important;
}

.focus\:u-text-green--light:focus {
    color: #1fff1f !important;
}

.focus\:u-text-navy--dark:focus {
    color: #000028 !important;
}

.focus\:u-text-navy--light:focus {
    color: #000032 !important;
}

.focus\:u-text-navy-light--dark:focus {
    color: #121136 !important;
}

.focus\:u-text-navy-light--light:focus {
    color: #161544 !important;
}

.focus\:u-text-navy-lighter--dark:focus {
    color: #383858 !important;
}

.focus\:u-text-navy-lighter--light:focus {
    color: #484870 !important;
}

.focus\:u-text-navy-lightest--dark:focus {
    color: #66687e !important;
}

.focus\:u-text-navy-lightest--light:focus {
    color: #85879d !important;
}

.focus\:u-text-navy-grey--dark:focus {
    color: #292b4d !important;
}

.focus\:u-text-navy-grey--light:focus {
    color: #353763 !important;
}

.focus\:u-text-blue--dark:focus {
    color: #1200e0 !important;
}

.focus\:u-text-blue--light:focus {
    color: #301dff !important;
}

.focus\:u-text-wild-sand--dark:focus {
    color: #d7d7d7 !important;
}

.focus\:u-text-wild-sand--light:focus {
    color: #fff !important;
}

.focus\:u-text-grey-light--dark:focus {
    color: #c0c0c0 !important;
}

.focus\:u-text-grey-light--light:focus {
    color: #f4f4f4 !important;
}

.focus\:u-text-grey-lighter--dark:focus {
    color: #d7d7d7 !important;
}

.focus\:u-text-grey-lighter--light:focus {
    color: #fff !important;
}

.focus\:u-text-grey-lightest--dark:focus {
    color: #cedcea !important;
}

.focus\:u-text-grey-lightest--light:focus {
    color: #fff !important;
}

.focus\:u-text-nav-border--dark:focus {
    color: #2c2c4a !important;
}

.focus\:u-text-nav-border--light:focus {
    color: #38385e !important;
}

.focus\:u-text-silver--dark:focus {
    color: #a7a7a7 !important;
}

.focus\:u-text-silver--light:focus {
    color: #d5d5d5 !important;
}

.focus\:u-text-red--dark:focus {
    color: #e10100 !important;
}

.focus\:u-text-red--light:focus {
    color: #ff2120 !important;
}

.hocus\:u-text-transparent:hover,
.hocus\:u-text-transparent:focus {
    color: transparent !important;
}

.hocus\:u-text-black:hover,
.hocus\:u-text-black:focus {
    color: #05001e !important;
}

.hocus\:u-text-white:hover,
.hocus\:u-text-white:focus {
    color: #fff !important;
}

.hocus\:u-text-yellow:hover,
.hocus\:u-text-yellow:focus {
    color: #ffc700 !important;
}

.hocus\:u-text-coral:hover,
.hocus\:u-text-coral:focus {
    color: #ff9e6d !important;
}

.hocus\:u-text-green:hover,
.hocus\:u-text-green:focus {
    color: #00ff01 !important;
}

.hocus\:u-text-navy:hover,
.hocus\:u-text-navy:focus {
    color: #151716 !important;
}

.hocus\:u-text-navy-light:hover,
.hocus\:u-text-navy-light:focus {
    color: #14133d !important;
}

.hocus\:u-text-navy-lighter:hover,
.hocus\:u-text-navy-lighter:focus {
    color: #404064 !important;
}

.hocus\:u-text-navy-lightest:hover,
.hocus\:u-text-navy-lightest:focus {
    color: #74768f !important;
}

.hocus\:u-text-navy-grey:hover,
.hocus\:u-text-navy-grey:focus {
    color: #2f3158 !important;
}

.hocus\:u-text-blue:hover,
.hocus\:u-text-blue:focus {
    color: #1500fe !important;
}

.hocus\:u-text-wild-sand:hover,
.hocus\:u-text-wild-sand:focus {
    color: #f4f4f4 !important;
}

.hocus\:u-text-grey-light:hover,
.hocus\:u-text-grey-light:focus {
    color: #dadada !important;
}

.hocus\:u-text-grey-lighter:hover,
.hocus\:u-text-grey-lighter:focus {
    color: #f4f4f4 !important;
}

.hocus\:u-text-grey-lightest:hover,
.hocus\:u-text-grey-lightest:focus {
    color: #f8fafc !important;
}

.hocus\:u-text-nav-border:hover,
.hocus\:u-text-nav-border:focus {
    color: #323254 !important;
}

.hocus\:u-text-silver:hover,
.hocus\:u-text-silver:focus {
    color: #bebebe !important;
}

.hocus\:u-text-red:hover,
.hocus\:u-text-red:focus {
    color: #ff0201 !important;
}

.hocus\:u-text-black--dark:hover,
.hocus\:u-text-black--dark:focus {
    color: #04001a !important;
}

.hocus\:u-text-black--light:hover,
.hocus\:u-text-black--light:focus {
    color: #060022 !important;
}

.hocus\:u-text-white--dark:hover,
.hocus\:u-text-white--dark:focus {
    color: #e0e0e0 !important;
}

.hocus\:u-text-white--light:hover,
.hocus\:u-text-white--light:focus {
    color: #fff !important;
}

.hocus\:u-text-yellow--dark:hover,
.hocus\:u-text-yellow--dark:focus {
    color: #e0af00 !important;
}

.hocus\:u-text-yellow--light:hover,
.hocus\:u-text-yellow--light:focus {
    color: #ffce1f !important;
}

.hocus\:u-text-coral--dark:hover,
.hocus\:u-text-coral--dark:focus {
    color: #ff8141 !important;
}

.hocus\:u-text-coral--light:hover,
.hocus\:u-text-coral--light:focus {
    color: #fb9 !important;
}

.hocus\:u-text-green--dark:hover,
.hocus\:u-text-green--dark:focus {
    color: #00e001 !important;
}

.hocus\:u-text-green--light:hover,
.hocus\:u-text-green--light:focus {
    color: #1fff1f !important;
}

.hocus\:u-text-navy--dark:hover,
.hocus\:u-text-navy--dark:focus {
    color: #000028 !important;
}

.hocus\:u-text-navy--light:hover,
.hocus\:u-text-navy--light:focus {
    color: #000032 !important;
}

.hocus\:u-text-navy-light--dark:hover,
.hocus\:u-text-navy-light--dark:focus {
    color: #121136 !important;
}

.hocus\:u-text-navy-light--light:hover,
.hocus\:u-text-navy-light--light:focus {
    color: #161544 !important;
}

.hocus\:u-text-navy-lighter--dark:hover,
.hocus\:u-text-navy-lighter--dark:focus {
    color: #383858 !important;
}

.hocus\:u-text-navy-lighter--light:hover,
.hocus\:u-text-navy-lighter--light:focus {
    color: #484870 !important;
}

.hocus\:u-text-navy-lightest--dark:hover,
.hocus\:u-text-navy-lightest--dark:focus {
    color: #66687e !important;
}

.hocus\:u-text-navy-lightest--light:hover,
.hocus\:u-text-navy-lightest--light:focus {
    color: #85879d !important;
}

.hocus\:u-text-navy-grey--dark:hover,
.hocus\:u-text-navy-grey--dark:focus {
    color: #292b4d !important;
}

.hocus\:u-text-navy-grey--light:hover,
.hocus\:u-text-navy-grey--light:focus {
    color: #353763 !important;
}

.hocus\:u-text-blue--dark:hover,
.hocus\:u-text-blue--dark:focus {
    color: #1200e0 !important;
}

.hocus\:u-text-blue--light:hover,
.hocus\:u-text-blue--light:focus {
    color: #301dff !important;
}

.hocus\:u-text-wild-sand--dark:hover,
.hocus\:u-text-wild-sand--dark:focus {
    color: #d7d7d7 !important;
}

.hocus\:u-text-wild-sand--light:hover,
.hocus\:u-text-wild-sand--light:focus {
    color: #fff !important;
}

.hocus\:u-text-grey-light--dark:hover,
.hocus\:u-text-grey-light--dark:focus {
    color: #c0c0c0 !important;
}

.hocus\:u-text-grey-light--light:hover,
.hocus\:u-text-grey-light--light:focus {
    color: #f4f4f4 !important;
}

.hocus\:u-text-grey-lighter--dark:hover,
.hocus\:u-text-grey-lighter--dark:focus {
    color: #d7d7d7 !important;
}

.hocus\:u-text-grey-lighter--light:hover,
.hocus\:u-text-grey-lighter--light:focus {
    color: #fff !important;
}

.hocus\:u-text-grey-lightest--dark:hover,
.hocus\:u-text-grey-lightest--dark:focus {
    color: #cedcea !important;
}

.hocus\:u-text-grey-lightest--light:hover,
.hocus\:u-text-grey-lightest--light:focus {
    color: #fff !important;
}

.hocus\:u-text-nav-border--dark:hover,
.hocus\:u-text-nav-border--dark:focus {
    color: #2c2c4a !important;
}

.hocus\:u-text-nav-border--light:hover,
.hocus\:u-text-nav-border--light:focus {
    color: #38385e !important;
}

.hocus\:u-text-silver--dark:hover,
.hocus\:u-text-silver--dark:focus {
    color: #a7a7a7 !important;
}

.hocus\:u-text-silver--light:hover,
.hocus\:u-text-silver--light:focus {
    color: #d5d5d5 !important;
}

.hocus\:u-text-red--dark:hover,
.hocus\:u-text-red--dark:focus {
    color: #e10100 !important;
}

.hocus\:u-text-red--light:hover,
.hocus\:u-text-red--light:focus {
    color: #ff2120 !important;
}

.u-text-xs {
    font-size: .75rem !important;
}

.u-text-sm {
    font-size: .875rem !important;
}

.u-text-base {
    font-size: 1rem !important;
}

.u-text-lg {
    font-size: 1.125rem !important;
}

.u-text-xl {
    font-size: 1.25rem !important;
}

.u-text-2xl {
    font-size: 1.5rem !important;
}

.u-text-3xl {
    font-size: 1.875rem !important;
}

.u-text-4xl {
    font-size: 2.25rem !important;
}

.u-text-5xl {
    font-size: 3rem !important;
}

.u-text-6xl {
    font-size: 3.5rem !important;
}

.u-text-7xl {
    font-size: 4rem !important;
}

.u-text-8xl {
    font-size: 6rem !important;
}

.u-text-9xl {
    font-size: 8rem !important;
}

.u-text-10xl {
    font-size: 10rem !important;
}

.u-italic {
    font-style: italic !important;
}

.u-roman {
    font-style: normal !important;
}

.u-uppercase {
    text-transform: uppercase !important;
}

.u-lowercase {
    text-transform: lowercase !important;
}

.u-capitalize {
    text-transform: capitalize !important;
}

.u-normal-case {
    text-transform: none !important;
}

.u-underline {
    text-decoration: underline !important;
}

.u-line-through {
    text-decoration: line-through !important;
}

.u-no-underline {
    text-decoration: none !important;
}

.u-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.u-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

.hover\:u-italic:hover {
    font-style: italic !important;
}

.hover\:u-roman:hover {
    font-style: normal !important;
}

.hover\:u-uppercase:hover {
    text-transform: uppercase !important;
}

.hover\:u-lowercase:hover {
    text-transform: lowercase !important;
}

.hover\:u-capitalize:hover {
    text-transform: capitalize !important;
}

.hover\:u-normal-case:hover {
    text-transform: none !important;
}

.hover\:u-underline:hover {
    text-decoration: underline !important;
}

.hover\:u-line-through:hover {
    text-decoration: line-through !important;
}

.hover\:u-no-underline:hover {
    text-decoration: none !important;
}

.hover\:u-antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.hover\:u-subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

.focus\:u-italic:focus {
    font-style: italic !important;
}

.focus\:u-roman:focus {
    font-style: normal !important;
}

.focus\:u-uppercase:focus {
    text-transform: uppercase !important;
}

.focus\:u-lowercase:focus {
    text-transform: lowercase !important;
}

.focus\:u-capitalize:focus {
    text-transform: capitalize !important;
}

.focus\:u-normal-case:focus {
    text-transform: none !important;
}

.focus\:u-underline:focus {
    text-decoration: underline !important;
}

.focus\:u-line-through:focus {
    text-decoration: line-through !important;
}

.focus\:u-no-underline:focus {
    text-decoration: none !important;
}

.focus\:u-antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.focus\:u-subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

.u-tracking-tight {
    letter-spacing: -0.05em !important;
}

.u-tracking-normal {
    letter-spacing: 0 !important;
}

.u-tracking-wide {
    letter-spacing: .05em !important;
}

.u-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.u-select-text {
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.u-align-baseline {
    vertical-align: baseline !important;
}

.u-align-top {
    vertical-align: top !important;
}

.u-align-middle {
    vertical-align: middle !important;
}

.u-align-bottom {
    vertical-align: bottom !important;
}

.u-align-text-top {
    vertical-align: text-top !important;
}

.u-align-text-bottom {
    vertical-align: text-bottom !important;
}

.u-visible {
    visibility: visible !important;
}

.u-invisible {
    visibility: hidden !important;
}

.u-whitespace-normal {
    white-space: normal !important;
}

.u-whitespace-no-wrap {
    white-space: nowrap !important;
}

.u-whitespace-pre {
    white-space: pre !important;
}

.u-whitespace-pre-line {
    white-space: pre-line !important;
}

.u-whitespace-pre-wrap {
    white-space: pre-wrap !important;
}

.u-break-words {
    word-wrap: break-word !important;
}

.u-break-normal {
    word-wrap: normal !important;
}

.u-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.u-w-0 {
    width: 0 !important;
}

.u-w-1 {
    width: .25rem !important;
}

.u-w-2 {
    width: .5rem !important;
}

.u-w-3 {
    width: .75rem !important;
}

.u-w-4 {
    width: 1rem !important;
}

.u-w-5 {
    width: 1.25rem !important;
}

.u-w-6 {
    width: 1.5rem !important;
}

.u-w-8 {
    width: 2rem !important;
}

.u-w-10 {
    width: 2.5rem !important;
}

.u-w-12 {
    width: 3rem !important;
}

.u-w-16 {
    width: 4rem !important;
}

.u-w-24 {
    width: 6rem !important;
}

.u-w-32 {
    width: 8rem !important;
}

.u-w-48 {
    width: 12rem !important;
}

.u-w-64 {
    width: 16rem !important;
}

.u-w-72 {
    width: 32rem !important;
}

.u-w-auto {
    width: auto !important;
}

.u-w-px {
    width: 1px !important;
}

.u-w-1\/2 {
    width: 50% !important;
}

.u-w-1\/3 {
    width: 33.33333% !important;
}

.u-w-2\/3 {
    width: 66.66667% !important;
}

.u-w-1\/4 {
    width: 25% !important;
}

.u-w-3\/4 {
    width: 75% !important;
}

.u-w-1\/5 {
    width: 20% !important;
}

.u-w-2\/5 {
    width: 40% !important;
}

.u-w-3\/5 {
    width: 60% !important;
}

.u-w-4\/5 {
    width: 80% !important;
}

.u-w-1\/6 {
    width: 16.66667% !important;
}

.u-w-5\/6 {
    width: 83.33333% !important;
}

.u-w-1\/8 {
    width: 12.5% !important;
}

.u-w-1\/12 {
    width: 8.333333%;
    !important;
}

.u-w-full {
    width: 100% !important;
}

.u-w-screen {
    width: 100vw !important;
}

.u-z-0 {
    z-index: 0 !important;
}

.u-z-10 {
    z-index: 10 !important;
}

.u-z-20 {
    z-index: 20 !important;
}

.u-z-30 {
    z-index: 30 !important;
}

.u-z-40 {
    z-index: 40 !important;
}

.u-z-50 {
    z-index: 50 !important;
}

.u-z-auto {
    z-index: auto !important;
}

.u-o-0 > * + * {
    margin-top: 0 !important;
}

.u-o-1 > * + * {
    margin-top: .25rem !important;
}

.u-o-2 > * + * {
    margin-top: .5rem !important;
}

.u-o-3 > * + * {
    margin-top: .75rem !important;
}

.u-o-4 > * + * {
    margin-top: 1rem !important;
}

.u-o-5 > * + * {
    margin-top: 1.25rem !important;
}

.u-o-6 > * + * {
    margin-top: 1.5rem !important;
}

.u-o-8 > * + * {
    margin-top: 2rem !important;
}

.u-o-10 > * + * {
    margin-top: 2.5rem !important;
}

.u-o-12 > * + * {
    margin-top: 3rem !important;
}

.u-o-16 > * + * {
    margin-top: 4rem !important;
}

.u-o-20 > * + * {
    margin-top: 5rem !important;
}

.u-o-24 > * + * {
    margin-top: 6rem !important;
}

.u-o-32 > * + * {
    margin-top: 8rem !important;
}

.u-o-40 > * + * {
    margin-top: 10rem !important;
}

.u-o-72 > * + * {
    margin-top: 18rem !important;
}

.u-o-px > * + * {
    margin-top: 1px !important;
}

.u-scrim-t-\31 \/4::after {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
}

.u-scrim-t-\31 \/3::after {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
}

.u-scrim-t-\31 \/2::after {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
}

.u-scrim-t-\32 \/3::after {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
}

.u-scrim-t-\33 \/4::after {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
}

.hover\:u-scrim-t-\31 \/4::after:hover {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
}

.hover\:u-scrim-t-\31 \/3::after:hover {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
}

.hover\:u-scrim-t-\31 \/2::after:hover {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
}

.hover\:u-scrim-t-\32 \/3::after:hover {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
}

.hover\:u-scrim-t-\33 \/4::after:hover {
    content: " " !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
}

.u-aspect-ratio-square {
    padding-top: 100% !important;
}

.u-aspect-ratio-16\/9 {
    padding-top: 56.25% !important;
}

.u-aspect-ratio-300\/257 {
    padding-top: 85.67% !important;
}

.u-aspect-ratio-304\/199 {
    padding-top: 65.46% !important;
}

.u-aspect-ratio-45\/43 {
    padding-top: 95.56% !important;
}

.u-triangle-after-breadcrumb {
    position: relative !important;
}

    .u-triangle-after-breadcrumb::after {
        border-color: transparent !important;
        border-style: solid !important;
        content: "" !important;
        height: 0 !important;
        position: absolute !important;
        pointer-events: none !important;
        width: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 0 !important;
        border-left-color: #05001e !important;
        border-width: 4.5px 0 4.5px 4px !important;
    }

.u-transform-none {
    transform: none !important;
}

.u-translate-x-1 {
    transform: translateX(.25rem) !important;
}

.u-translate-y-1 {
    transform: translateY(.25rem) !important;
}

.u-translate-x-2 {
    transform: translateX(.5rem) !important;
}

.u-translate-y-2 {
    transform: translateY(.5rem) !important;
}

.u-translate-x-3 {
    transform: translateX(.75rem) !important;
}

.u-translate-y-3 {
    transform: translateY(.75rem) !important;
}

.u-translate-x-4 {
    transform: translateX(1rem) !important;
}

.u-translate-y-4 {
    transform: translateY(1rem) !important;
}

.u-translate-x-5 {
    transform: translateX(1.25rem) !important;
}

.u-translate-y-5 {
    transform: translateY(1.25rem) !important;
}

.u-translate-x-6 {
    transform: translateX(1.5rem) !important;
}

.u-translate-y-6 {
    transform: translateY(1.5rem) !important;
}

.u-translate-x-8 {
    transform: translateX(2rem) !important;
}

.u-translate-y-8 {
    transform: translateY(2rem) !important;
}

.u-translate-x-10 {
    transform: translateX(2.5rem) !important;
}

.u-translate-y-10 {
    transform: translateY(2.5rem) !important;
}

.u-translate-x-12 {
    transform: translateX(3rem) !important;
}

.u-translate-y-12 {
    transform: translateY(3rem) !important;
}

.u-translate-x-16 {
    transform: translateX(4rem) !important;
}

.u-translate-y-16 {
    transform: translateY(4rem) !important;
}

.u-translate-x-20 {
    transform: translateX(5rem) !important;
}

.u-translate-y-20 {
    transform: translateY(5rem) !important;
}

.u-translate-x-24 {
    transform: translateX(6rem) !important;
}

.u-translate-y-24 {
    transform: translateY(6rem) !important;
}

.u-translate-x-32 {
    transform: translateX(8rem) !important;
}

.u-translate-y-32 {
    transform: translateY(8rem) !important;
}

.u-translate-x-1\/2 {
    transform: translateX(50%) !important;
}

.u-translate-y-1\/2 {
    transform: translateY(50%) !important;
}

.u--translate-x-1 {
    transform: translateX(-0.25rem) !important;
}

.u--translate-y-1 {
    transform: translateY(-0.25rem) !important;
}

.u--translate-x-2 {
    transform: translateX(-0.5rem) !important;
}

.u--translate-y-2 {
    transform: translateY(-0.5rem) !important;
}

.u--translate-x-3 {
    transform: translateX(-0.75rem) !important;
}

.u--translate-y-3 {
    transform: translateY(-0.75rem) !important;
}

.u--translate-x-4 {
    transform: translateX(-1rem) !important;
}

.u--translate-y-4 {
    transform: translateY(-1rem) !important;
}

.u--translate-x-5 {
    transform: translateX(-1.25rem) !important;
}

.u--translate-y-5 {
    transform: translateY(-1.25rem) !important;
}

.u--translate-x-6 {
    transform: translateX(-1.5rem) !important;
}

.u--translate-y-6 {
    transform: translateY(-1.5rem) !important;
}

.u--translate-x-8 {
    transform: translateX(-2rem) !important;
}

.u--translate-y-8 {
    transform: translateY(-2rem) !important;
}

.u--translate-x-10 {
    transform: translateX(-2.5rem) !important;
}

.u--translate-y-10 {
    transform: translateY(-2.5rem) !important;
}

.u--translate-x-12 {
    transform: translateX(-3rem) !important;
}

.u--translate-y-12 {
    transform: translateY(-3rem) !important;
}

.u--translate-x-16 {
    transform: translateX(-4rem) !important;
}

.u--translate-y-16 {
    transform: translateY(-4rem) !important;
}

.u--translate-x-20 {
    transform: translateX(-5rem) !important;
}

.u--translate-y-20 {
    transform: translateY(-5rem) !important;
}

.u--translate-x-24 {
    transform: translateX(-6rem) !important;
}

.u--translate-y-24 {
    transform: translateY(-6rem) !important;
}

.u--translate-x-32 {
    transform: translateX(-8rem) !important;
}

.u--translate-y-32 {
    transform: translateY(-8rem) !important;
}

.u--translate-x-1\/2 {
    transform: translateX(-50%) !important;
}

.u--translate-y-1\/2 {
    transform: translateY(-50%) !important;
}

.u-scale-90 {
    transform: scale(.9) !important;
}

.u-scale-x-90 {
    transform: scaleX(.9) !important;
}

.u-scale-y-90 {
    transform: scaleY(.9) !important;
}

.u-scale-100 {
    transform: scale(1) !important;
}

.u-scale-x-100 {
    transform: scaleX(1) !important;
}

.u-scale-y-100 {
    transform: scaleY(1) !important;
}

.u-scale-110 {
    transform: scale(1.1) !important;
}

.u-scale-x-110 {
    transform: scaleX(1.1) !important;
}

.u-scale-y-110 {
    transform: scaleY(1.1) !important;
}

.hocus\:u-transform-none:hover,
.hocus\:u-transform-none:focus {
    transform: none !important;
}

.hocus\:u-translate-x-1:hover,
.hocus\:u-translate-x-1:focus {
    transform: translateX(.25rem) !important;
}

.hocus\:u-translate-y-1:hover,
.hocus\:u-translate-y-1:focus {
    transform: translateY(.25rem) !important;
}

.hocus\:u-translate-x-2:hover,
.hocus\:u-translate-x-2:focus {
    transform: translateX(.5rem) !important;
}

.hocus\:u-translate-y-2:hover,
.hocus\:u-translate-y-2:focus {
    transform: translateY(.5rem) !important;
}

.hocus\:u-translate-x-3:hover,
.hocus\:u-translate-x-3:focus {
    transform: translateX(.75rem) !important;
}

.hocus\:u-translate-y-3:hover,
.hocus\:u-translate-y-3:focus {
    transform: translateY(.75rem) !important;
}

.hocus\:u-translate-x-4:hover,
.hocus\:u-translate-x-4:focus {
    transform: translateX(1rem) !important;
}

.hocus\:u-translate-y-4:hover,
.hocus\:u-translate-y-4:focus {
    transform: translateY(1rem) !important;
}

.hocus\:u-translate-x-5:hover,
.hocus\:u-translate-x-5:focus {
    transform: translateX(1.25rem) !important;
}

.hocus\:u-translate-y-5:hover,
.hocus\:u-translate-y-5:focus {
    transform: translateY(1.25rem) !important;
}

.hocus\:u-translate-x-6:hover,
.hocus\:u-translate-x-6:focus {
    transform: translateX(1.5rem) !important;
}

.hocus\:u-translate-y-6:hover,
.hocus\:u-translate-y-6:focus {
    transform: translateY(1.5rem) !important;
}

.hocus\:u-translate-x-8:hover,
.hocus\:u-translate-x-8:focus {
    transform: translateX(2rem) !important;
}

.hocus\:u-translate-y-8:hover,
.hocus\:u-translate-y-8:focus {
    transform: translateY(2rem) !important;
}

.hocus\:u-translate-x-10:hover,
.hocus\:u-translate-x-10:focus {
    transform: translateX(2.5rem) !important;
}

.hocus\:u-translate-y-10:hover,
.hocus\:u-translate-y-10:focus {
    transform: translateY(2.5rem) !important;
}

.hocus\:u-translate-x-12:hover,
.hocus\:u-translate-x-12:focus {
    transform: translateX(3rem) !important;
}

.hocus\:u-translate-y-12:hover,
.hocus\:u-translate-y-12:focus {
    transform: translateY(3rem) !important;
}

.hocus\:u-translate-x-16:hover,
.hocus\:u-translate-x-16:focus {
    transform: translateX(4rem) !important;
}

.hocus\:u-translate-y-16:hover,
.hocus\:u-translate-y-16:focus {
    transform: translateY(4rem) !important;
}

.hocus\:u-translate-x-20:hover,
.hocus\:u-translate-x-20:focus {
    transform: translateX(5rem) !important;
}

.hocus\:u-translate-y-20:hover,
.hocus\:u-translate-y-20:focus {
    transform: translateY(5rem) !important;
}

.hocus\:u-translate-x-24:hover,
.hocus\:u-translate-x-24:focus {
    transform: translateX(6rem) !important;
}

.hocus\:u-translate-y-24:hover,
.hocus\:u-translate-y-24:focus {
    transform: translateY(6rem) !important;
}

.hocus\:u-translate-x-32:hover,
.hocus\:u-translate-x-32:focus {
    transform: translateX(8rem) !important;
}

.hocus\:u-translate-y-32:hover,
.hocus\:u-translate-y-32:focus {
    transform: translateY(8rem) !important;
}

.hocus\:u-translate-x-1\/2:hover,
.hocus\:u-translate-x-1\/2:focus {
    transform: translateX(50%) !important;
}

.hocus\:u-translate-y-1\/2:hover,
.hocus\:u-translate-y-1\/2:focus {
    transform: translateY(50%) !important;
}

.hocus\:u--translate-x-1:hover,
.hocus\:u--translate-x-1:focus {
    transform: translateX(-0.25rem) !important;
}

.hocus\:u--translate-y-1:hover,
.hocus\:u--translate-y-1:focus {
    transform: translateY(-0.25rem) !important;
}

.hocus\:u--translate-x-2:hover,
.hocus\:u--translate-x-2:focus {
    transform: translateX(-0.5rem) !important;
}

.hocus\:u--translate-y-2:hover,
.hocus\:u--translate-y-2:focus {
    transform: translateY(-0.5rem) !important;
}

.hocus\:u--translate-x-3:hover,
.hocus\:u--translate-x-3:focus {
    transform: translateX(-0.75rem) !important;
}

.hocus\:u--translate-y-3:hover,
.hocus\:u--translate-y-3:focus {
    transform: translateY(-0.75rem) !important;
}

.hocus\:u--translate-x-4:hover,
.hocus\:u--translate-x-4:focus {
    transform: translateX(-1rem) !important;
}

.hocus\:u--translate-y-4:hover,
.hocus\:u--translate-y-4:focus {
    transform: translateY(-1rem) !important;
}

.hocus\:u--translate-x-5:hover,
.hocus\:u--translate-x-5:focus {
    transform: translateX(-1.25rem) !important;
}

.hocus\:u--translate-y-5:hover,
.hocus\:u--translate-y-5:focus {
    transform: translateY(-1.25rem) !important;
}

.hocus\:u--translate-x-6:hover,
.hocus\:u--translate-x-6:focus {
    transform: translateX(-1.5rem) !important;
}

.hocus\:u--translate-y-6:hover,
.hocus\:u--translate-y-6:focus {
    transform: translateY(-1.5rem) !important;
}

.hocus\:u--translate-x-8:hover,
.hocus\:u--translate-x-8:focus {
    transform: translateX(-2rem) !important;
}

.hocus\:u--translate-y-8:hover,
.hocus\:u--translate-y-8:focus {
    transform: translateY(-2rem) !important;
}

.hocus\:u--translate-x-10:hover,
.hocus\:u--translate-x-10:focus {
    transform: translateX(-2.5rem) !important;
}

.hocus\:u--translate-y-10:hover,
.hocus\:u--translate-y-10:focus {
    transform: translateY(-2.5rem) !important;
}

.hocus\:u--translate-x-12:hover,
.hocus\:u--translate-x-12:focus {
    transform: translateX(-3rem) !important;
}

.hocus\:u--translate-y-12:hover,
.hocus\:u--translate-y-12:focus {
    transform: translateY(-3rem) !important;
}

.hocus\:u--translate-x-16:hover,
.hocus\:u--translate-x-16:focus {
    transform: translateX(-4rem) !important;
}

.hocus\:u--translate-y-16:hover,
.hocus\:u--translate-y-16:focus {
    transform: translateY(-4rem) !important;
}

.hocus\:u--translate-x-20:hover,
.hocus\:u--translate-x-20:focus {
    transform: translateX(-5rem) !important;
}

.hocus\:u--translate-y-20:hover,
.hocus\:u--translate-y-20:focus {
    transform: translateY(-5rem) !important;
}

.hocus\:u--translate-x-24:hover,
.hocus\:u--translate-x-24:focus {
    transform: translateX(-6rem) !important;
}

.hocus\:u--translate-y-24:hover,
.hocus\:u--translate-y-24:focus {
    transform: translateY(-6rem) !important;
}

.hocus\:u--translate-x-32:hover,
.hocus\:u--translate-x-32:focus {
    transform: translateX(-8rem) !important;
}

.hocus\:u--translate-y-32:hover,
.hocus\:u--translate-y-32:focus {
    transform: translateY(-8rem) !important;
}

.hocus\:u--translate-x-1\/2:hover,
.hocus\:u--translate-x-1\/2:focus {
    transform: translateX(-50%) !important;
}

.hocus\:u--translate-y-1\/2:hover,
.hocus\:u--translate-y-1\/2:focus {
    transform: translateY(-50%) !important;
}

.hocus\:u-scale-90:hover,
.hocus\:u-scale-90:focus {
    transform: scale(.9) !important;
}

.hocus\:u-scale-x-90:hover,
.hocus\:u-scale-x-90:focus {
    transform: scaleX(.9) !important;
}

.hocus\:u-scale-y-90:hover,
.hocus\:u-scale-y-90:focus {
    transform: scaleY(.9) !important;
}

.hocus\:u-scale-100:hover,
.hocus\:u-scale-100:focus {
    transform: scale(1) !important;
}

.hocus\:u-scale-x-100:hover,
.hocus\:u-scale-x-100:focus {
    transform: scaleX(1) !important;
}

.hocus\:u-scale-y-100:hover,
.hocus\:u-scale-y-100:focus {
    transform: scaleY(1) !important;
}

.hocus\:u-scale-110:hover,
.hocus\:u-scale-110:focus {
    transform: scale(1.1) !important;
}

.hocus\:u-scale-x-110:hover,
.hocus\:u-scale-x-110:focus {
    transform: scaleX(1.1) !important;
}

.hocus\:u-scale-y-110:hover,
.hocus\:u-scale-y-110:focus {
    transform: scaleY(1.1) !important;
}

.u--overlay-87 {
    top: calc((87px / 2) * -1);
}

.u-border-box {
    box-sizing: border-box !important;
}

[v-cloak] {
    display: none !important;
}

.u-transition {
    transition: all;
}

.u-not-italic {
    font-style: normal !important;
}

@media (min-width: 480px) {
    .sm\:u-gap-0 {
        margin: -0;
    }

        .sm\:u-gap-0 > * {
            margin: 0;
        }

    .sm\:u-gap-x-0 {
        margin-left: -0;
        margin-right: -0;
    }

        .sm\:u-gap-x-0 > * {
            margin-left: 0;
            margin-right: 0;
        }

    .sm\:u-gap-y-0 {
        margin-top: -0;
        margin-bottom: -0;
    }

        .sm\:u-gap-y-0 > * {
            margin-top: 0;
            margin-bottom: 0;
        }

    .sm\:u-gap-1 {
        margin: -0.125rem;
    }

        .sm\:u-gap-1 > * {
            margin: .125rem;
        }

    .sm\:u-gap-x-1 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

        .sm\:u-gap-x-1 > * {
            margin-left: .125rem;
            margin-right: .125rem;
        }

    .sm\:u-gap-y-1 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

        .sm\:u-gap-y-1 > * {
            margin-top: .125rem;
            margin-bottom: .125rem;
        }

    .sm\:u-gap-2 {
        margin: -0.25rem;
    }

        .sm\:u-gap-2 > * {
            margin: .25rem;
        }

    .sm\:u-gap-x-2 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

        .sm\:u-gap-x-2 > * {
            margin-left: .25rem;
            margin-right: .25rem;
        }

    .sm\:u-gap-y-2 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

        .sm\:u-gap-y-2 > * {
            margin-top: .25rem;
            margin-bottom: .25rem;
        }

    .sm\:u-gap-3 {
        margin: -0.375rem;
    }

        .sm\:u-gap-3 > * {
            margin: .375rem;
        }

    .sm\:u-gap-x-3 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

        .sm\:u-gap-x-3 > * {
            margin-left: .375rem;
            margin-right: .375rem;
        }

    .sm\:u-gap-y-3 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

        .sm\:u-gap-y-3 > * {
            margin-top: .375rem;
            margin-bottom: .375rem;
        }

    .sm\:u-gap-4 {
        margin: -0.5rem;
    }

        .sm\:u-gap-4 > * {
            margin: .5rem;
        }

    .sm\:u-gap-x-4 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .sm\:u-gap-x-4 > * {
            margin-left: .5rem;
            margin-right: .5rem;
        }

    .sm\:u-gap-y-4 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

        .sm\:u-gap-y-4 > * {
            margin-top: .5rem;
            margin-bottom: .5rem;
        }

    .sm\:u-gap-5 {
        margin: -0.625rem;
    }

        .sm\:u-gap-5 > * {
            margin: .625rem;
        }

    .sm\:u-gap-x-5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

        .sm\:u-gap-x-5 > * {
            margin-left: .625rem;
            margin-right: .625rem;
        }

    .sm\:u-gap-y-5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

        .sm\:u-gap-y-5 > * {
            margin-top: .625rem;
            margin-bottom: .625rem;
        }

    .sm\:u-gap-6 {
        margin: -0.75rem;
    }

        .sm\:u-gap-6 > * {
            margin: .75rem;
        }

    .sm\:u-gap-x-6 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

        .sm\:u-gap-x-6 > * {
            margin-left: .75rem;
            margin-right: .75rem;
        }

    .sm\:u-gap-y-6 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

        .sm\:u-gap-y-6 > * {
            margin-top: .75rem;
            margin-bottom: .75rem;
        }

    .sm\:u-gap-8 {
        margin: -1rem;
    }

        .sm\:u-gap-8 > * {
            margin: 1rem;
        }

    .sm\:u-gap-x-8 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .sm\:u-gap-x-8 > * {
            margin-left: 1rem;
            margin-right: 1rem;
        }

    .sm\:u-gap-y-8 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

        .sm\:u-gap-y-8 > * {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .sm\:u-gap-10 {
        margin: -1.25rem;
    }

        .sm\:u-gap-10 > * {
            margin: 1.25rem;
        }

    .sm\:u-gap-x-10 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .sm\:u-gap-x-10 > * {
            margin-left: 1.25rem;
            margin-right: 1.25rem;
        }

    .sm\:u-gap-y-10 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

        .sm\:u-gap-y-10 > * {
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
        }

    .sm\:u-gap-12 {
        margin: -1.5rem;
    }

        .sm\:u-gap-12 > * {
            margin: 1.5rem;
        }

    .sm\:u-gap-x-12 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .sm\:u-gap-x-12 > * {
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

    .sm\:u-gap-y-12 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

        .sm\:u-gap-y-12 > * {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

    .sm\:u-gap-16 {
        margin: -2rem;
    }

        .sm\:u-gap-16 > * {
            margin: 2rem;
        }

    .sm\:u-gap-x-16 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

        .sm\:u-gap-x-16 > * {
            margin-left: 2rem;
            margin-right: 2rem;
        }

    .sm\:u-gap-y-16 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

        .sm\:u-gap-y-16 > * {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

    .sm\:u-gap-20 {
        margin: -2.5rem;
    }

        .sm\:u-gap-20 > * {
            margin: 2.5rem;
        }

    .sm\:u-gap-x-20 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

        .sm\:u-gap-x-20 > * {
            margin-left: 2.5rem;
            margin-right: 2.5rem;
        }

    .sm\:u-gap-y-20 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

        .sm\:u-gap-y-20 > * {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
        }

    .sm\:u-gap-24 {
        margin: -3rem;
    }

        .sm\:u-gap-24 > * {
            margin: 3rem;
        }

    .sm\:u-gap-x-24 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

        .sm\:u-gap-x-24 > * {
            margin-left: 3rem;
            margin-right: 3rem;
        }

    .sm\:u-gap-y-24 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

        .sm\:u-gap-y-24 > * {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

    .sm\:u-gap-32 {
        margin: -4rem;
    }

        .sm\:u-gap-32 > * {
            margin: 4rem;
        }

    .sm\:u-gap-x-32 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

        .sm\:u-gap-x-32 > * {
            margin-left: 4rem;
            margin-right: 4rem;
        }

    .sm\:u-gap-y-32 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

        .sm\:u-gap-y-32 > * {
            margin-top: 4rem;
            margin-bottom: 4rem;
        }

    .sm\:u-gap-px {
        margin: -0.5px;
    }

        .sm\:u-gap-px > * {
            margin: .5px;
        }

    .sm\:u-gap-x-px {
        margin-left: -0.5px;
        margin-right: -0.5px;
    }

        .sm\:u-gap-x-px > * {
            margin-left: .5px;
            margin-right: .5px;
        }

    .sm\:u-gap-y-px {
        margin-top: -0.5px;
        margin-bottom: -0.5px;
    }

        .sm\:u-gap-y-px > * {
            margin-top: .5px;
            margin-bottom: .5px;
        }

    .sm\:u-list-reset {
        list-style: none !important;
        padding: 0 !important;
    }

    .sm\:u-appearance-none {
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    .sm\:u-bg-fixed {
        background-attachment: fixed !important;
    }

    .sm\:u-bg-local {
        background-attachment: local !important;
    }

    .sm\:u-bg-scroll {
        background-attachment: scroll !important;
    }

    .sm\:u-bg-transparent {
        background-color: transparent !important;
    }

    .sm\:u-bg-black {
        background-color: #05001e !important;
    }

    .sm\:u-bg-white {
        background-color: #fff !important;
    }

    .sm\:u-bg-yellow {
        background-color: #ffc700 !important;
    }

    .sm\:u-bg-coral {
        background-color: #ff9e6d !important;
    }

    .sm\:u-bg-green {
        background-color: #00ff01 !important;
    }

    .sm\:u-bg-navy {
        background-color: #151716 !important;
    }

    .sm\:u-bg-navy-light {
        background-color: #14133d !important;
    }

    .sm\:u-bg-navy-lighter {
        background-color: #404064 !important;
    }

    .sm\:u-bg-navy-lightest {
        background-color: #74768f !important;
    }

    .sm\:u-bg-navy-grey {
        background-color: #2f3158 !important;
    }

    .sm\:u-bg-blue {
        background-color: #1500fe !important;
    }

    .sm\:u-bg-wild-sand {
        background-color: #f4f4f4 !important;
    }

    .sm\:u-bg-grey-light {
        background-color: #dadada !important;
    }

    .sm\:u-bg-grey-lighter {
        background-color: #f4f4f4 !important;
    }

    .sm\:u-bg-grey-lightest {
        background-color: #f8fafc !important;
    }

    .sm\:u-bg-nav-border {
        background-color: #323254 !important;
    }

    .sm\:u-bg-silver {
        background-color: #bebebe !important;
    }

    .sm\:u-bg-red {
        background-color: #ff0201 !important;
    }

    .sm\:u-bg-black--dark {
        background-color: #04001a !important;
    }

    .sm\:u-bg-black--light {
        background-color: #060022 !important;
    }

    .sm\:u-bg-white--dark {
        background-color: #e0e0e0 !important;
    }

    .sm\:u-bg-white--light {
        background-color: #fff !important;
    }

    .sm\:u-bg-yellow--dark {
        background-color: #e0af00 !important;
    }

    .sm\:u-bg-yellow--light {
        background-color: #ffce1f !important;
    }

    .sm\:u-bg-coral--dark {
        background-color: #ff8141 !important;
    }

    .sm\:u-bg-coral--light {
        background-color: #fb9 !important;
    }

    .sm\:u-bg-green--dark {
        background-color: #00e001 !important;
    }

    .sm\:u-bg-green--light {
        background-color: #1fff1f !important;
    }

    .sm\:u-bg-navy--dark {
        background-color: #000028 !important;
    }

    .sm\:u-bg-navy--light {
        background-color: #000032 !important;
    }

    .sm\:u-bg-navy-light--dark {
        background-color: #121136 !important;
    }

    .sm\:u-bg-navy-light--light {
        background-color: #161544 !important;
    }

    .sm\:u-bg-navy-lighter--dark {
        background-color: #383858 !important;
    }

    .sm\:u-bg-navy-lighter--light {
        background-color: #484870 !important;
    }

    .sm\:u-bg-navy-lightest--dark {
        background-color: #66687e !important;
    }

    .sm\:u-bg-navy-lightest--light {
        background-color: #85879d !important;
    }

    .sm\:u-bg-navy-grey--dark {
        background-color: #292b4d !important;
    }

    .sm\:u-bg-navy-grey--light {
        background-color: #353763 !important;
    }

    .sm\:u-bg-blue--dark {
        background-color: #1200e0 !important;
    }

    .sm\:u-bg-blue--light {
        background-color: #301dff !important;
    }

    .sm\:u-bg-wild-sand--dark {
        background-color: #d7d7d7 !important;
    }

    .sm\:u-bg-wild-sand--light {
        background-color: #fff !important;
    }

    .sm\:u-bg-grey-light--dark {
        background-color: #c0c0c0 !important;
    }

    .sm\:u-bg-grey-light--light {
        background-color: #f4f4f4 !important;
    }

    .sm\:u-bg-grey-lighter--dark {
        background-color: #d7d7d7 !important;
    }

    .sm\:u-bg-grey-lighter--light {
        background-color: #fff !important;
    }

    .sm\:u-bg-grey-lightest--dark {
        background-color: #cedcea !important;
    }

    .sm\:u-bg-grey-lightest--light {
        background-color: #fff !important;
    }

    .sm\:u-bg-nav-border--dark {
        background-color: #2c2c4a !important;
    }

    .sm\:u-bg-nav-border--light {
        background-color: #38385e !important;
    }

    .sm\:u-bg-silver--dark {
        background-color: #a7a7a7 !important;
    }

    .sm\:u-bg-silver--light {
        background-color: #d5d5d5 !important;
    }

    .sm\:u-bg-red--dark {
        background-color: #e10100 !important;
    }

    .sm\:u-bg-red--light {
        background-color: #ff2120 !important;
    }

    .sm\:hover\:u-bg-transparent:hover {
        background-color: transparent !important;
    }

    .sm\:hover\:u-bg-black:hover {
        background-color: #05001e !important;
    }

    .sm\:hover\:u-bg-white:hover {
        background-color: #fff !important;
    }

    .sm\:hover\:u-bg-yellow:hover {
        background-color: #ffc700 !important;
    }

    .sm\:hover\:u-bg-coral:hover {
        background-color: #ff9e6d !important;
    }

    .sm\:hover\:u-bg-green:hover {
        background-color: #00ff01 !important;
    }

    .sm\:hover\:u-bg-navy:hover {
        background-color: #151716 !important;
    }

    .sm\:hover\:u-bg-navy-light:hover {
        background-color: #14133d !important;
    }

    .sm\:hover\:u-bg-navy-lighter:hover {
        background-color: #404064 !important;
    }

    .sm\:hover\:u-bg-navy-lightest:hover {
        background-color: #74768f !important;
    }

    .sm\:hover\:u-bg-navy-grey:hover {
        background-color: #2f3158 !important;
    }

    .sm\:hover\:u-bg-blue:hover {
        background-color: #1500fe !important;
    }

    .sm\:hover\:u-bg-wild-sand:hover {
        background-color: #f4f4f4 !important;
    }

    .sm\:hover\:u-bg-grey-light:hover {
        background-color: #dadada !important;
    }

    .sm\:hover\:u-bg-grey-lighter:hover {
        background-color: #f4f4f4 !important;
    }

    .sm\:hover\:u-bg-grey-lightest:hover {
        background-color: #f8fafc !important;
    }

    .sm\:hover\:u-bg-nav-border:hover {
        background-color: #323254 !important;
    }

    .sm\:hover\:u-bg-silver:hover {
        background-color: #bebebe !important;
    }

    .sm\:hover\:u-bg-red:hover {
        background-color: #ff0201 !important;
    }

    .sm\:hover\:u-bg-black--dark:hover {
        background-color: #04001a !important;
    }

    .sm\:hover\:u-bg-black--light:hover {
        background-color: #060022 !important;
    }

    .sm\:hover\:u-bg-white--dark:hover {
        background-color: #e0e0e0 !important;
    }

    .sm\:hover\:u-bg-white--light:hover {
        background-color: #fff !important;
    }

    .sm\:hover\:u-bg-yellow--dark:hover {
        background-color: #e0af00 !important;
    }

    .sm\:hover\:u-bg-yellow--light:hover {
        background-color: #ffce1f !important;
    }

    .sm\:hover\:u-bg-coral--dark:hover {
        background-color: #ff8141 !important;
    }

    .sm\:hover\:u-bg-coral--light:hover {
        background-color: #fb9 !important;
    }

    .sm\:hover\:u-bg-green--dark:hover {
        background-color: #00e001 !important;
    }

    .sm\:hover\:u-bg-green--light:hover {
        background-color: #1fff1f !important;
    }

    .sm\:hover\:u-bg-navy--dark:hover {
        background-color: #000028 !important;
    }

    .sm\:hover\:u-bg-navy--light:hover {
        background-color: #000032 !important;
    }

    .sm\:hover\:u-bg-navy-light--dark:hover {
        background-color: #121136 !important;
    }

    .sm\:hover\:u-bg-navy-light--light:hover {
        background-color: #161544 !important;
    }

    .sm\:hover\:u-bg-navy-lighter--dark:hover {
        background-color: #383858 !important;
    }

    .sm\:hover\:u-bg-navy-lighter--light:hover {
        background-color: #484870 !important;
    }

    .sm\:hover\:u-bg-navy-lightest--dark:hover {
        background-color: #66687e !important;
    }

    .sm\:hover\:u-bg-navy-lightest--light:hover {
        background-color: #85879d !important;
    }

    .sm\:hover\:u-bg-navy-grey--dark:hover {
        background-color: #292b4d !important;
    }

    .sm\:hover\:u-bg-navy-grey--light:hover {
        background-color: #353763 !important;
    }

    .sm\:hover\:u-bg-blue--dark:hover {
        background-color: #1200e0 !important;
    }

    .sm\:hover\:u-bg-blue--light:hover {
        background-color: #301dff !important;
    }

    .sm\:hover\:u-bg-wild-sand--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .sm\:hover\:u-bg-wild-sand--light:hover {
        background-color: #fff !important;
    }

    .sm\:hover\:u-bg-grey-light--dark:hover {
        background-color: #c0c0c0 !important;
    }

    .sm\:hover\:u-bg-grey-light--light:hover {
        background-color: #f4f4f4 !important;
    }

    .sm\:hover\:u-bg-grey-lighter--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .sm\:hover\:u-bg-grey-lighter--light:hover {
        background-color: #fff !important;
    }

    .sm\:hover\:u-bg-grey-lightest--dark:hover {
        background-color: #cedcea !important;
    }

    .sm\:hover\:u-bg-grey-lightest--light:hover {
        background-color: #fff !important;
    }

    .sm\:hover\:u-bg-nav-border--dark:hover {
        background-color: #2c2c4a !important;
    }

    .sm\:hover\:u-bg-nav-border--light:hover {
        background-color: #38385e !important;
    }

    .sm\:hover\:u-bg-silver--dark:hover {
        background-color: #a7a7a7 !important;
    }

    .sm\:hover\:u-bg-silver--light:hover {
        background-color: #d5d5d5 !important;
    }

    .sm\:hover\:u-bg-red--dark:hover {
        background-color: #e10100 !important;
    }

    .sm\:hover\:u-bg-red--light:hover {
        background-color: #ff2120 !important;
    }

    .sm\:focus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .sm\:focus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .sm\:focus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .sm\:focus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .sm\:focus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .sm\:focus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .sm\:focus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .sm\:focus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .sm\:focus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .sm\:focus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .sm\:focus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .sm\:focus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .sm\:focus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .sm\:focus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .sm\:focus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .sm\:focus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .sm\:focus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .sm\:focus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .sm\:focus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .sm\:focus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .sm\:focus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .sm\:focus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .sm\:focus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .sm\:focus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .sm\:focus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .sm\:focus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .sm\:focus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .sm\:focus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .sm\:focus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .sm\:focus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .sm\:focus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .sm\:focus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .sm\:focus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .sm\:focus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .sm\:focus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .sm\:focus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .sm\:focus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .sm\:focus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .sm\:focus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .sm\:focus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .sm\:focus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .sm\:focus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .sm\:focus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .sm\:focus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .sm\:focus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .sm\:focus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .sm\:focus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .sm\:focus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .sm\:focus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .sm\:focus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .sm\:focus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .sm\:focus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .sm\:focus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .sm\:focus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .sm\:focus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .sm\:hocus\:u-bg-transparent:hover,
    .sm\:hocus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .sm\:hocus\:u-bg-black:hover,
    .sm\:hocus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .sm\:hocus\:u-bg-white:hover,
    .sm\:hocus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .sm\:hocus\:u-bg-yellow:hover,
    .sm\:hocus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .sm\:hocus\:u-bg-coral:hover,
    .sm\:hocus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .sm\:hocus\:u-bg-green:hover,
    .sm\:hocus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .sm\:hocus\:u-bg-navy:hover,
    .sm\:hocus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .sm\:hocus\:u-bg-navy-light:hover,
    .sm\:hocus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .sm\:hocus\:u-bg-navy-lighter:hover,
    .sm\:hocus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .sm\:hocus\:u-bg-navy-lightest:hover,
    .sm\:hocus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .sm\:hocus\:u-bg-navy-grey:hover,
    .sm\:hocus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .sm\:hocus\:u-bg-blue:hover,
    .sm\:hocus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .sm\:hocus\:u-bg-wild-sand:hover,
    .sm\:hocus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-bg-grey-light:hover,
    .sm\:hocus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .sm\:hocus\:u-bg-grey-lighter:hover,
    .sm\:hocus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-bg-grey-lightest:hover,
    .sm\:hocus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .sm\:hocus\:u-bg-nav-border:hover,
    .sm\:hocus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .sm\:hocus\:u-bg-silver:hover,
    .sm\:hocus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .sm\:hocus\:u-bg-red:hover,
    .sm\:hocus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .sm\:hocus\:u-bg-black--dark:hover,
    .sm\:hocus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .sm\:hocus\:u-bg-black--light:hover,
    .sm\:hocus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .sm\:hocus\:u-bg-white--dark:hover,
    .sm\:hocus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .sm\:hocus\:u-bg-white--light:hover,
    .sm\:hocus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .sm\:hocus\:u-bg-yellow--dark:hover,
    .sm\:hocus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .sm\:hocus\:u-bg-yellow--light:hover,
    .sm\:hocus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .sm\:hocus\:u-bg-coral--dark:hover,
    .sm\:hocus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .sm\:hocus\:u-bg-coral--light:hover,
    .sm\:hocus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .sm\:hocus\:u-bg-green--dark:hover,
    .sm\:hocus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .sm\:hocus\:u-bg-green--light:hover,
    .sm\:hocus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .sm\:hocus\:u-bg-navy--dark:hover,
    .sm\:hocus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .sm\:hocus\:u-bg-navy--light:hover,
    .sm\:hocus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .sm\:hocus\:u-bg-navy-light--dark:hover,
    .sm\:hocus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .sm\:hocus\:u-bg-navy-light--light:hover,
    .sm\:hocus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .sm\:hocus\:u-bg-navy-lighter--dark:hover,
    .sm\:hocus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .sm\:hocus\:u-bg-navy-lighter--light:hover,
    .sm\:hocus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .sm\:hocus\:u-bg-navy-lightest--dark:hover,
    .sm\:hocus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .sm\:hocus\:u-bg-navy-lightest--light:hover,
    .sm\:hocus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .sm\:hocus\:u-bg-navy-grey--dark:hover,
    .sm\:hocus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .sm\:hocus\:u-bg-navy-grey--light:hover,
    .sm\:hocus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .sm\:hocus\:u-bg-blue--dark:hover,
    .sm\:hocus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .sm\:hocus\:u-bg-blue--light:hover,
    .sm\:hocus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .sm\:hocus\:u-bg-wild-sand--dark:hover,
    .sm\:hocus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .sm\:hocus\:u-bg-wild-sand--light:hover,
    .sm\:hocus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .sm\:hocus\:u-bg-grey-light--dark:hover,
    .sm\:hocus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .sm\:hocus\:u-bg-grey-light--light:hover,
    .sm\:hocus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-bg-grey-lighter--dark:hover,
    .sm\:hocus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .sm\:hocus\:u-bg-grey-lighter--light:hover,
    .sm\:hocus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .sm\:hocus\:u-bg-grey-lightest--dark:hover,
    .sm\:hocus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .sm\:hocus\:u-bg-grey-lightest--light:hover,
    .sm\:hocus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .sm\:hocus\:u-bg-nav-border--dark:hover,
    .sm\:hocus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .sm\:hocus\:u-bg-nav-border--light:hover,
    .sm\:hocus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .sm\:hocus\:u-bg-silver--dark:hover,
    .sm\:hocus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .sm\:hocus\:u-bg-silver--light:hover,
    .sm\:hocus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .sm\:hocus\:u-bg-red--dark:hover,
    .sm\:hocus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .sm\:hocus\:u-bg-red--light:hover,
    .sm\:hocus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .sm\:u-bg-bottom {
        background-position: bottom !important;
    }

    .sm\:u-bg-center {
        background-position: center !important;
    }

    .sm\:u-bg-left {
        background-position: left !important;
    }

    .sm\:u-bg-left-bottom {
        background-position: left bottom !important;
    }

    .sm\:u-bg-left-top {
        background-position: left top !important;
    }

    .sm\:u-bg-right {
        background-position: right !important;
    }

    .sm\:u-bg-right-bottom {
        background-position: right bottom !important;
    }

    .sm\:u-bg-right-top {
        background-position: right top !important;
    }

    .sm\:u-bg-top {
        background-position: top !important;
    }

    .sm\:u-bg-repeat {
        background-repeat: repeat !important;
    }

    .sm\:u-bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .sm\:u-bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .sm\:u-bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .sm\:u-bg-auto {
        background-size: auto !important;
    }

    .sm\:u-bg-cover {
        background-size: cover !important;
    }

    .sm\:u-bg-contain {
        background-size: contain !important;
    }

    .sm\:u-border-transparent {
        border-color: transparent !important;
    }

    .sm\:u-border-black {
        border-color: #05001e !important;
    }

    .sm\:u-border-white {
        border-color: #fff !important;
    }

    .sm\:u-border-yellow {
        border-color: #ffc700 !important;
    }

    .sm\:u-border-coral {
        border-color: #ff9e6d !important;
    }

    .sm\:u-border-green {
        border-color: #00ff01 !important;
    }

    .sm\:u-border-navy {
        border-color: #151716 !important;
    }

    .sm\:u-border-navy-light {
        border-color: #14133d !important;
    }

    .sm\:u-border-navy-lighter {
        border-color: #404064 !important;
    }

    .sm\:u-border-navy-lightest {
        border-color: #74768f !important;
    }

    .sm\:u-border-navy-grey {
        border-color: #2f3158 !important;
    }

    .sm\:u-border-blue {
        border-color: #1500fe !important;
    }

    .sm\:u-border-wild-sand {
        border-color: #f4f4f4 !important;
    }

    .sm\:u-border-grey-light {
        border-color: #dadada !important;
    }

    .sm\:u-border-grey-lighter {
        border-color: #f4f4f4 !important;
    }

    .sm\:u-border-grey-lightest {
        border-color: #f8fafc !important;
    }

    .sm\:u-border-nav-border {
        border-color: #323254 !important;
    }

    .sm\:u-border-silver {
        border-color: #bebebe !important;
    }

    .sm\:u-border-red {
        border-color: #ff0201 !important;
    }

    .sm\:u-border-black--dark {
        border-color: #04001a !important;
    }

    .sm\:u-border-black--light {
        border-color: #060022 !important;
    }

    .sm\:u-border-white--dark {
        border-color: #e0e0e0 !important;
    }

    .sm\:u-border-white--light {
        border-color: #fff !important;
    }

    .sm\:u-border-yellow--dark {
        border-color: #e0af00 !important;
    }

    .sm\:u-border-yellow--light {
        border-color: #ffce1f !important;
    }

    .sm\:u-border-coral--dark {
        border-color: #ff8141 !important;
    }

    .sm\:u-border-coral--light {
        border-color: #fb9 !important;
    }

    .sm\:u-border-green--dark {
        border-color: #00e001 !important;
    }

    .sm\:u-border-green--light {
        border-color: #1fff1f !important;
    }

    .sm\:u-border-navy--dark {
        border-color: #000028 !important;
    }

    .sm\:u-border-navy--light {
        border-color: #000032 !important;
    }

    .sm\:u-border-navy-light--dark {
        border-color: #121136 !important;
    }

    .sm\:u-border-navy-light--light {
        border-color: #161544 !important;
    }

    .sm\:u-border-navy-lighter--dark {
        border-color: #383858 !important;
    }

    .sm\:u-border-navy-lighter--light {
        border-color: #484870 !important;
    }

    .sm\:u-border-navy-lightest--dark {
        border-color: #66687e !important;
    }

    .sm\:u-border-navy-lightest--light {
        border-color: #85879d !important;
    }

    .sm\:u-border-navy-grey--dark {
        border-color: #292b4d !important;
    }

    .sm\:u-border-navy-grey--light {
        border-color: #353763 !important;
    }

    .sm\:u-border-blue--dark {
        border-color: #1200e0 !important;
    }

    .sm\:u-border-blue--light {
        border-color: #301dff !important;
    }

    .sm\:u-border-wild-sand--dark {
        border-color: #d7d7d7 !important;
    }

    .sm\:u-border-wild-sand--light {
        border-color: #fff !important;
    }

    .sm\:u-border-grey-light--dark {
        border-color: #c0c0c0 !important;
    }

    .sm\:u-border-grey-light--light {
        border-color: #f4f4f4 !important;
    }

    .sm\:u-border-grey-lighter--dark {
        border-color: #d7d7d7 !important;
    }

    .sm\:u-border-grey-lighter--light {
        border-color: #fff !important;
    }

    .sm\:u-border-grey-lightest--dark {
        border-color: #cedcea !important;
    }

    .sm\:u-border-grey-lightest--light {
        border-color: #fff !important;
    }

    .sm\:u-border-nav-border--dark {
        border-color: #2c2c4a !important;
    }

    .sm\:u-border-nav-border--light {
        border-color: #38385e !important;
    }

    .sm\:u-border-silver--dark {
        border-color: #a7a7a7 !important;
    }

    .sm\:u-border-silver--light {
        border-color: #d5d5d5 !important;
    }

    .sm\:u-border-red--dark {
        border-color: #e10100 !important;
    }

    .sm\:u-border-red--light {
        border-color: #ff2120 !important;
    }

    .sm\:hover\:u-border-transparent:hover {
        border-color: transparent !important;
    }

    .sm\:hover\:u-border-black:hover {
        border-color: #05001e !important;
    }

    .sm\:hover\:u-border-white:hover {
        border-color: #fff !important;
    }

    .sm\:hover\:u-border-yellow:hover {
        border-color: #ffc700 !important;
    }

    .sm\:hover\:u-border-coral:hover {
        border-color: #ff9e6d !important;
    }

    .sm\:hover\:u-border-green:hover {
        border-color: #00ff01 !important;
    }

    .sm\:hover\:u-border-navy:hover {
        border-color: #151716 !important;
    }

    .sm\:hover\:u-border-navy-light:hover {
        border-color: #14133d !important;
    }

    .sm\:hover\:u-border-navy-lighter:hover {
        border-color: #404064 !important;
    }

    .sm\:hover\:u-border-navy-lightest:hover {
        border-color: #74768f !important;
    }

    .sm\:hover\:u-border-navy-grey:hover {
        border-color: #2f3158 !important;
    }

    .sm\:hover\:u-border-blue:hover {
        border-color: #1500fe !important;
    }

    .sm\:hover\:u-border-wild-sand:hover {
        border-color: #f4f4f4 !important;
    }

    .sm\:hover\:u-border-grey-light:hover {
        border-color: #dadada !important;
    }

    .sm\:hover\:u-border-grey-lighter:hover {
        border-color: #f4f4f4 !important;
    }

    .sm\:hover\:u-border-grey-lightest:hover {
        border-color: #f8fafc !important;
    }

    .sm\:hover\:u-border-nav-border:hover {
        border-color: #323254 !important;
    }

    .sm\:hover\:u-border-silver:hover {
        border-color: #bebebe !important;
    }

    .sm\:hover\:u-border-red:hover {
        border-color: #ff0201 !important;
    }

    .sm\:hover\:u-border-black--dark:hover {
        border-color: #04001a !important;
    }

    .sm\:hover\:u-border-black--light:hover {
        border-color: #060022 !important;
    }

    .sm\:hover\:u-border-white--dark:hover {
        border-color: #e0e0e0 !important;
    }

    .sm\:hover\:u-border-white--light:hover {
        border-color: #fff !important;
    }

    .sm\:hover\:u-border-yellow--dark:hover {
        border-color: #e0af00 !important;
    }

    .sm\:hover\:u-border-yellow--light:hover {
        border-color: #ffce1f !important;
    }

    .sm\:hover\:u-border-coral--dark:hover {
        border-color: #ff8141 !important;
    }

    .sm\:hover\:u-border-coral--light:hover {
        border-color: #fb9 !important;
    }

    .sm\:hover\:u-border-green--dark:hover {
        border-color: #00e001 !important;
    }

    .sm\:hover\:u-border-green--light:hover {
        border-color: #1fff1f !important;
    }

    .sm\:hover\:u-border-navy--dark:hover {
        border-color: #000028 !important;
    }

    .sm\:hover\:u-border-navy--light:hover {
        border-color: #000032 !important;
    }

    .sm\:hover\:u-border-navy-light--dark:hover {
        border-color: #121136 !important;
    }

    .sm\:hover\:u-border-navy-light--light:hover {
        border-color: #161544 !important;
    }

    .sm\:hover\:u-border-navy-lighter--dark:hover {
        border-color: #383858 !important;
    }

    .sm\:hover\:u-border-navy-lighter--light:hover {
        border-color: #484870 !important;
    }

    .sm\:hover\:u-border-navy-lightest--dark:hover {
        border-color: #66687e !important;
    }

    .sm\:hover\:u-border-navy-lightest--light:hover {
        border-color: #85879d !important;
    }

    .sm\:hover\:u-border-navy-grey--dark:hover {
        border-color: #292b4d !important;
    }

    .sm\:hover\:u-border-navy-grey--light:hover {
        border-color: #353763 !important;
    }

    .sm\:hover\:u-border-blue--dark:hover {
        border-color: #1200e0 !important;
    }

    .sm\:hover\:u-border-blue--light:hover {
        border-color: #301dff !important;
    }

    .sm\:hover\:u-border-wild-sand--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .sm\:hover\:u-border-wild-sand--light:hover {
        border-color: #fff !important;
    }

    .sm\:hover\:u-border-grey-light--dark:hover {
        border-color: #c0c0c0 !important;
    }

    .sm\:hover\:u-border-grey-light--light:hover {
        border-color: #f4f4f4 !important;
    }

    .sm\:hover\:u-border-grey-lighter--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .sm\:hover\:u-border-grey-lighter--light:hover {
        border-color: #fff !important;
    }

    .sm\:hover\:u-border-grey-lightest--dark:hover {
        border-color: #cedcea !important;
    }

    .sm\:hover\:u-border-grey-lightest--light:hover {
        border-color: #fff !important;
    }

    .sm\:hover\:u-border-nav-border--dark:hover {
        border-color: #2c2c4a !important;
    }

    .sm\:hover\:u-border-nav-border--light:hover {
        border-color: #38385e !important;
    }

    .sm\:hover\:u-border-silver--dark:hover {
        border-color: #a7a7a7 !important;
    }

    .sm\:hover\:u-border-silver--light:hover {
        border-color: #d5d5d5 !important;
    }

    .sm\:hover\:u-border-red--dark:hover {
        border-color: #e10100 !important;
    }

    .sm\:hover\:u-border-red--light:hover {
        border-color: #ff2120 !important;
    }

    .sm\:focus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .sm\:focus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .sm\:focus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .sm\:focus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .sm\:focus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .sm\:focus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .sm\:focus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .sm\:focus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .sm\:focus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .sm\:focus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .sm\:focus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .sm\:focus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .sm\:focus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .sm\:focus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .sm\:focus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .sm\:focus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .sm\:focus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .sm\:focus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .sm\:focus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .sm\:focus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .sm\:focus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .sm\:focus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .sm\:focus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .sm\:focus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .sm\:focus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .sm\:focus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .sm\:focus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .sm\:focus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .sm\:focus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .sm\:focus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .sm\:focus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .sm\:focus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .sm\:focus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .sm\:focus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .sm\:focus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .sm\:focus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .sm\:focus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .sm\:focus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .sm\:focus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .sm\:focus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .sm\:focus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .sm\:focus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .sm\:focus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .sm\:focus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .sm\:focus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .sm\:focus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .sm\:focus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .sm\:focus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .sm\:focus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .sm\:focus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .sm\:focus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .sm\:focus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .sm\:focus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .sm\:focus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .sm\:focus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .sm\:hocus\:u-border-transparent:hover,
    .sm\:hocus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .sm\:hocus\:u-border-black:hover,
    .sm\:hocus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .sm\:hocus\:u-border-white:hover,
    .sm\:hocus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .sm\:hocus\:u-border-yellow:hover,
    .sm\:hocus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .sm\:hocus\:u-border-coral:hover,
    .sm\:hocus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .sm\:hocus\:u-border-green:hover,
    .sm\:hocus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .sm\:hocus\:u-border-navy:hover,
    .sm\:hocus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .sm\:hocus\:u-border-navy-light:hover,
    .sm\:hocus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .sm\:hocus\:u-border-navy-lighter:hover,
    .sm\:hocus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .sm\:hocus\:u-border-navy-lightest:hover,
    .sm\:hocus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .sm\:hocus\:u-border-navy-grey:hover,
    .sm\:hocus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .sm\:hocus\:u-border-blue:hover,
    .sm\:hocus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .sm\:hocus\:u-border-wild-sand:hover,
    .sm\:hocus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-border-grey-light:hover,
    .sm\:hocus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .sm\:hocus\:u-border-grey-lighter:hover,
    .sm\:hocus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-border-grey-lightest:hover,
    .sm\:hocus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .sm\:hocus\:u-border-nav-border:hover,
    .sm\:hocus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .sm\:hocus\:u-border-silver:hover,
    .sm\:hocus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .sm\:hocus\:u-border-red:hover,
    .sm\:hocus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .sm\:hocus\:u-border-black--dark:hover,
    .sm\:hocus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .sm\:hocus\:u-border-black--light:hover,
    .sm\:hocus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .sm\:hocus\:u-border-white--dark:hover,
    .sm\:hocus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .sm\:hocus\:u-border-white--light:hover,
    .sm\:hocus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .sm\:hocus\:u-border-yellow--dark:hover,
    .sm\:hocus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .sm\:hocus\:u-border-yellow--light:hover,
    .sm\:hocus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .sm\:hocus\:u-border-coral--dark:hover,
    .sm\:hocus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .sm\:hocus\:u-border-coral--light:hover,
    .sm\:hocus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .sm\:hocus\:u-border-green--dark:hover,
    .sm\:hocus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .sm\:hocus\:u-border-green--light:hover,
    .sm\:hocus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .sm\:hocus\:u-border-navy--dark:hover,
    .sm\:hocus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .sm\:hocus\:u-border-navy--light:hover,
    .sm\:hocus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .sm\:hocus\:u-border-navy-light--dark:hover,
    .sm\:hocus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .sm\:hocus\:u-border-navy-light--light:hover,
    .sm\:hocus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .sm\:hocus\:u-border-navy-lighter--dark:hover,
    .sm\:hocus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .sm\:hocus\:u-border-navy-lighter--light:hover,
    .sm\:hocus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .sm\:hocus\:u-border-navy-lightest--dark:hover,
    .sm\:hocus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .sm\:hocus\:u-border-navy-lightest--light:hover,
    .sm\:hocus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .sm\:hocus\:u-border-navy-grey--dark:hover,
    .sm\:hocus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .sm\:hocus\:u-border-navy-grey--light:hover,
    .sm\:hocus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .sm\:hocus\:u-border-blue--dark:hover,
    .sm\:hocus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .sm\:hocus\:u-border-blue--light:hover,
    .sm\:hocus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .sm\:hocus\:u-border-wild-sand--dark:hover,
    .sm\:hocus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .sm\:hocus\:u-border-wild-sand--light:hover,
    .sm\:hocus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .sm\:hocus\:u-border-grey-light--dark:hover,
    .sm\:hocus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .sm\:hocus\:u-border-grey-light--light:hover,
    .sm\:hocus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-border-grey-lighter--dark:hover,
    .sm\:hocus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .sm\:hocus\:u-border-grey-lighter--light:hover,
    .sm\:hocus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .sm\:hocus\:u-border-grey-lightest--dark:hover,
    .sm\:hocus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .sm\:hocus\:u-border-grey-lightest--light:hover,
    .sm\:hocus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .sm\:hocus\:u-border-nav-border--dark:hover,
    .sm\:hocus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .sm\:hocus\:u-border-nav-border--light:hover,
    .sm\:hocus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .sm\:hocus\:u-border-silver--dark:hover,
    .sm\:hocus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .sm\:hocus\:u-border-silver--light:hover,
    .sm\:hocus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .sm\:hocus\:u-border-red--dark:hover,
    .sm\:hocus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .sm\:hocus\:u-border-red--light:hover,
    .sm\:hocus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .sm\:u-rounded-none {
        border-radius: 0 !important;
    }

    .sm\:u-rounded-sm {
        border-radius: .125rem !important;
    }

    .sm\:u-rounded {
        border-radius: .25rem !important;
    }

    .sm\:u-rounded-lg {
        border-radius: .5rem !important;
    }

    .sm\:u-rounded-full {
        border-radius: 9999px !important;
    }

    .sm\:u-rounded-t-none {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .sm\:u-rounded-r-none {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .sm\:u-rounded-b-none {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .sm\:u-rounded-l-none {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .sm\:u-rounded-t-sm {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important;
    }

    .sm\:u-rounded-r-sm {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important;
    }

    .sm\:u-rounded-b-sm {
        border-bottom-right-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .sm\:u-rounded-l-sm {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .sm\:u-rounded-t {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
    }

    .sm\:u-rounded-r {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }

    .sm\:u-rounded-b {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .sm\:u-rounded-l {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .sm\:u-rounded-t-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important;
    }

    .sm\:u-rounded-r-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important;
    }

    .sm\:u-rounded-b-lg {
        border-bottom-right-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .sm\:u-rounded-l-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .sm\:u-rounded-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .sm\:u-rounded-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .sm\:u-rounded-b-full {
        border-bottom-right-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .sm\:u-rounded-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .sm\:u-rounded-tl-none {
        border-top-left-radius: 0 !important;
    }

    .sm\:u-rounded-tr-none {
        border-top-right-radius: 0 !important;
    }

    .sm\:u-rounded-br-none {
        border-bottom-right-radius: 0 !important;
    }

    .sm\:u-rounded-bl-none {
        border-bottom-left-radius: 0 !important;
    }

    .sm\:u-rounded-tl-sm {
        border-top-left-radius: .125rem !important;
    }

    .sm\:u-rounded-tr-sm {
        border-top-right-radius: .125rem !important;
    }

    .sm\:u-rounded-br-sm {
        border-bottom-right-radius: .125rem !important;
    }

    .sm\:u-rounded-bl-sm {
        border-bottom-left-radius: .125rem !important;
    }

    .sm\:u-rounded-tl {
        border-top-left-radius: .25rem !important;
    }

    .sm\:u-rounded-tr {
        border-top-right-radius: .25rem !important;
    }

    .sm\:u-rounded-br {
        border-bottom-right-radius: .25rem !important;
    }

    .sm\:u-rounded-bl {
        border-bottom-left-radius: .25rem !important;
    }

    .sm\:u-rounded-tl-lg {
        border-top-left-radius: .5rem !important;
    }

    .sm\:u-rounded-tr-lg {
        border-top-right-radius: .5rem !important;
    }

    .sm\:u-rounded-br-lg {
        border-bottom-right-radius: .5rem !important;
    }

    .sm\:u-rounded-bl-lg {
        border-bottom-left-radius: .5rem !important;
    }

    .sm\:u-rounded-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .sm\:u-rounded-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .sm\:u-rounded-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .sm\:u-rounded-bl-full {
        border-bottom-left-radius: 9999px !important;
    }

    .sm\:u-border-solid {
        border-style: solid !important;
    }

    .sm\:u-border-dashed {
        border-style: dashed !important;
    }

    .sm\:u-border-dotted {
        border-style: dotted !important;
    }

    .sm\:u-border-none {
        border-style: none !important;
    }

    .sm\:u-border-0 {
        border-width: 0 !important;
    }

    .sm\:u-border-2 {
        border-width: 2px !important;
    }

    .sm\:u-border-3 {
        border-width: 3px !important;
    }

    .sm\:u-border-4 {
        border-width: 4px !important;
    }

    .sm\:u-border-8 {
        border-width: 8px !important;
    }

    .sm\:u-border {
        border-width: 1px !important;
    }

    .sm\:u-border-t-0 {
        border-top-width: 0 !important;
    }

    .sm\:u-border-r-0 {
        border-right-width: 0 !important;
    }

    .sm\:u-border-b-0 {
        border-bottom-width: 0 !important;
    }

    .sm\:u-border-l-0 {
        border-left-width: 0 !important;
    }

    .sm\:u-border-t-2 {
        border-top-width: 2px !important;
    }

    .sm\:u-border-r-2 {
        border-right-width: 2px !important;
    }

    .sm\:u-border-b-2 {
        border-bottom-width: 2px !important;
    }

    .sm\:u-border-l-2 {
        border-left-width: 2px !important;
    }

    .sm\:u-border-t-3 {
        border-top-width: 3px !important;
    }

    .sm\:u-border-r-3 {
        border-right-width: 3px !important;
    }

    .sm\:u-border-b-3 {
        border-bottom-width: 3px !important;
    }

    .sm\:u-border-l-3 {
        border-left-width: 3px !important;
    }

    .sm\:u-border-t-4 {
        border-top-width: 4px !important;
    }

    .sm\:u-border-r-4 {
        border-right-width: 4px !important;
    }

    .sm\:u-border-b-4 {
        border-bottom-width: 4px !important;
    }

    .sm\:u-border-l-4 {
        border-left-width: 4px !important;
    }

    .sm\:u-border-t-8 {
        border-top-width: 8px !important;
    }

    .sm\:u-border-r-8 {
        border-right-width: 8px !important;
    }

    .sm\:u-border-b-8 {
        border-bottom-width: 8px !important;
    }

    .sm\:u-border-l-8 {
        border-left-width: 8px !important;
    }

    .sm\:u-border-t {
        border-top-width: 1px !important;
    }

    .sm\:u-border-r {
        border-right-width: 1px !important;
    }

    .sm\:u-border-b {
        border-bottom-width: 1px !important;
    }

    .sm\:u-border-l {
        border-left-width: 1px !important;
    }

    .sm\:u-cursor-auto {
        cursor: auto !important;
    }

    .sm\:u-cursor-default {
        cursor: default !important;
    }

    .sm\:u-cursor-pointer {
        cursor: pointer !important;
    }

    .sm\:u-cursor-wait {
        cursor: wait !important;
    }

    .sm\:u-cursor-move {
        cursor: move !important;
    }

    .sm\:u-cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .sm\:u-block {
        display: block !important;
    }

    .sm\:u-inline-block {
        display: inline-block !important;
    }

    .sm\:u-inline {
        display: inline !important;
    }

    .sm\:u-table {
        display: table !important;
    }

    .sm\:u-table-row {
        display: table-row !important;
    }

    .sm\:u-table-cell {
        display: table-cell !important;
    }

    .sm\:u-hidden {
        display: none !important;
    }

    .sm\:u-flex {
        display: flex !important;
    }

    .sm\:u-inline-flex {
        display: inline-flex !important;
    }

    .sm\:u-flex-row {
        flex-direction: row !important;
    }

    .sm\:u-flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .sm\:u-flex-col {
        flex-direction: column !important;
    }

    .sm\:u-flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .sm\:u-flex-wrap {
        flex-wrap: wrap !important;
    }

    .sm\:u-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .sm\:u-flex-no-wrap {
        flex-wrap: nowrap !important;
    }

    .sm\:u-items-start {
        align-items: flex-start !important;
    }

    .sm\:u-items-end {
        align-items: flex-end !important;
    }

    .sm\:u-items-center {
        align-items: center !important;
    }

    .sm\:u-items-baseline {
        align-items: baseline !important;
    }

    .sm\:u-items-stretch {
        align-items: stretch !important;
    }

    .sm\:u-self-auto {
        align-self: auto !important;
    }

    .sm\:u-self-start {
        align-self: flex-start !important;
    }

    .sm\:u-self-end {
        align-self: flex-end !important;
    }

    .sm\:u-self-center {
        align-self: center !important;
    }

    .sm\:u-self-stretch {
        align-self: stretch !important;
    }

    .sm\:u-justify-start {
        justify-content: flex-start !important;
    }

    .sm\:u-justify-end {
        justify-content: flex-end !important;
    }

    .sm\:u-justify-center {
        justify-content: center !important;
    }

    .sm\:u-justify-between {
        justify-content: space-between !important;
    }

    .sm\:u-justify-around {
        justify-content: space-around !important;
    }

    .sm\:u-content-center {
        align-content: center !important;
    }

    .sm\:u-content-start {
        align-content: flex-start !important;
    }

    .sm\:u-content-end {
        align-content: flex-end !important;
    }

    .sm\:u-content-between {
        align-content: space-between !important;
    }

    .sm\:u-content-around {
        align-content: space-around !important;
    }

    .sm\:u-flex-1 {
        flex: 1 1 0% !important;
    }

    .sm\:u-flex-auto {
        flex: 1 1 auto !important;
    }

    .sm\:u-flex-initial {
        flex: 0 1 auto !important;
    }

    .sm\:u-flex-none {
        flex: none !important;
    }

    .sm\:u-flex-grow {
        flex-grow: 1 !important;
    }

    .sm\:u-flex-shrink {
        flex-shrink: 1 !important;
    }

    .sm\:u-flex-no-grow {
        flex-grow: 0 !important;
    }

    .sm\:u-flex-no-shrink {
        flex-shrink: 0 !important;
    }

    .sm\:u-float-right {
        float: right !important;
    }

    .sm\:u-float-left {
        float: left !important;
    }

    .sm\:u-float-none {
        float: none !important;
    }

    .sm\:u-clearfix:after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }

    .sm\:u-font-sans {
        font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    }

    .sm\:u-font-serif {
        font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
    }

    .sm\:u-font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    }

    .sm\:u-font-lemur {
        font-family: Lemur, Helvetica, sans-serif !important;
    }

    .sm\:u-font-gilroy {
        font-family: Gilroy, Helvetica, sans-serif !important;
    }

    .sm\:u-font-hairline {
        font-weight: 100 !important;
    }

    .sm\:u-font-thin {
        font-weight: 200 !important;
    }

    .sm\:u-font-light {
        font-weight: 300 !important;
    }

    .sm\:u-font-normal {
        font-weight: 400 !important;
    }

    .sm\:u-font-medium {
        font-weight: 500 !important;
    }

    .sm\:u-font-semibold {
        font-weight: 600 !important;
    }

    .sm\:u-font-bold {
        font-weight: 700 !important;
    }

    .sm\:u-font-extrabold {
        font-weight: 800 !important;
    }

    .sm\:u-font-black {
        font-weight: 900 !important;
    }

    .sm\:hover\:u-font-hairline:hover {
        font-weight: 100 !important;
    }

    .sm\:hover\:u-font-thin:hover {
        font-weight: 200 !important;
    }

    .sm\:hover\:u-font-light:hover {
        font-weight: 300 !important;
    }

    .sm\:hover\:u-font-normal:hover {
        font-weight: 400 !important;
    }

    .sm\:hover\:u-font-medium:hover {
        font-weight: 500 !important;
    }

    .sm\:hover\:u-font-semibold:hover {
        font-weight: 600 !important;
    }

    .sm\:hover\:u-font-bold:hover {
        font-weight: 700 !important;
    }

    .sm\:hover\:u-font-extrabold:hover {
        font-weight: 800 !important;
    }

    .sm\:hover\:u-font-black:hover {
        font-weight: 900 !important;
    }

    .sm\:focus\:u-font-hairline:focus {
        font-weight: 100 !important;
    }

    .sm\:focus\:u-font-thin:focus {
        font-weight: 200 !important;
    }

    .sm\:focus\:u-font-light:focus {
        font-weight: 300 !important;
    }

    .sm\:focus\:u-font-normal:focus {
        font-weight: 400 !important;
    }

    .sm\:focus\:u-font-medium:focus {
        font-weight: 500 !important;
    }

    .sm\:focus\:u-font-semibold:focus {
        font-weight: 600 !important;
    }

    .sm\:focus\:u-font-bold:focus {
        font-weight: 700 !important;
    }

    .sm\:focus\:u-font-extrabold:focus {
        font-weight: 800 !important;
    }

    .sm\:focus\:u-font-black:focus {
        font-weight: 900 !important;
    }

    .sm\:u-h-0 {
        height: 0 !important;
    }

    .sm\:u-h-1 {
        height: .25rem !important;
    }

    .sm\:u-h-2 {
        height: .5rem !important;
    }

    .sm\:u-h-3 {
        height: .75rem !important;
    }

    .sm\:u-h-4 {
        height: 1rem !important;
    }

    .sm\:u-h-5 {
        height: 1.25rem !important;
    }

    .sm\:u-h-6 {
        height: 1.5rem !important;
    }

    .sm\:u-h-8 {
        height: 2rem !important;
    }

    .sm\:u-h-10 {
        height: 2.5rem !important;
    }

    .sm\:u-h-12 {
        height: 3rem !important;
    }

    .sm\:u-h-16 {
        height: 4rem !important;
    }

    .sm\:u-h-24 {
        height: 6rem !important;
    }

    .sm\:u-h-32 {
        height: 8rem !important;
    }

    .sm\:u-h-48 {
        height: 12rem !important;
    }

    .sm\:u-h-64 {
        height: 16rem !important;
    }

    .sm\:u-h-auto {
        height: auto !important;
    }

    .sm\:u-h-px {
        height: 1px !important;
    }

    .sm\:u-h-full {
        height: 100% !important;
    }

    .sm\:u-h-screen {
        height: 100vh !important;
    }

    .sm\:u-leading-none {
        line-height: 1 !important;
    }

    .sm\:u-leading-tight {
        line-height: 1.25 !important;
    }

    .sm\:u-leading-normal {
        line-height: 1.5 !important;
    }

    .sm\:u-leading-loose {
        line-height: 2 !important;
    }

    .sm\:u-m-0 {
        margin: 0 !important;
    }

    .sm\:u-m-1 {
        margin: .25rem !important;
    }

    .sm\:u-m-2 {
        margin: .5rem !important;
    }

    .sm\:u-m-3 {
        margin: .75rem !important;
    }

    .sm\:u-m-4 {
        margin: 1rem !important;
    }

    .sm\:u-m-5 {
        margin: 1.25rem !important;
    }

    .sm\:u-m-6 {
        margin: 1.5rem !important;
    }

    .sm\:u-m-8 {
        margin: 2rem !important;
    }

    .sm\:u-m-10 {
        margin: 2.5rem !important;
    }

    .sm\:u-m-12 {
        margin: 3rem !important;
    }

    .sm\:u-m-16 {
        margin: 4rem !important;
    }

    .sm\:u-m-20 {
        margin: 5rem !important;
    }

    .sm\:u-m-24 {
        margin: 6rem !important;
    }

    .sm\:u-m-32 {
        margin: 8rem !important;
    }

    .sm\:u-m-40 {
        margin: 10rem !important;
    }

    .sm\:u-m-72 {
        margin: 18rem !important;
    }

    .sm\:u-m-auto {
        margin: auto !important;
    }

    .sm\:u-m-px {
        margin: 1px !important;
    }

    .sm\:u-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sm\:u-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sm\:u-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .sm\:u-mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important;
    }

    .sm\:u-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .sm\:u-mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .sm\:u-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important;
    }

    .sm\:u-mx-3 {
        margin-left: .75rem !important;
        margin-right: .75rem !important;
    }

    .sm\:u-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .sm\:u-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .sm\:u-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .sm\:u-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .sm\:u-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .sm\:u-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .sm\:u-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .sm\:u-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .sm\:u-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .sm\:u-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .sm\:u-my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .sm\:u-mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .sm\:u-my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .sm\:u-mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .sm\:u-my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .sm\:u-mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .sm\:u-my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .sm\:u-mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .sm\:u-my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .sm\:u-mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .sm\:u-my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .sm\:u-mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .sm\:u-my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .sm\:u-mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .sm\:u-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .sm\:u-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sm\:u-my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .sm\:u-mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .sm\:u-mt-0 {
        margin-top: 0 !important;
    }

    .sm\:u-mr-0 {
        margin-right: 0 !important;
    }

    .sm\:u-mb-0 {
        margin-bottom: 0 !important;
    }

    .sm\:u-ml-0 {
        margin-left: 0 !important;
    }

    .sm\:u-mt-1 {
        margin-top: .25rem !important;
    }

    .sm\:u-mr-1 {
        margin-right: .25rem !important;
    }

    .sm\:u-mb-1 {
        margin-bottom: .25rem !important;
    }

    .sm\:u-ml-1 {
        margin-left: .25rem !important;
    }

    .sm\:u-mt-2 {
        margin-top: .5rem !important;
    }

    .sm\:u-mr-2 {
        margin-right: .5rem !important;
    }

    .sm\:u-mb-2 {
        margin-bottom: .5rem !important;
    }

    .sm\:u-ml-2 {
        margin-left: .5rem !important;
    }

    .sm\:u-mt-3 {
        margin-top: .75rem !important;
    }

    .sm\:u-mr-3 {
        margin-right: .75rem !important;
    }

    .sm\:u-mb-3 {
        margin-bottom: .75rem !important;
    }

    .sm\:u-ml-3 {
        margin-left: .75rem !important;
    }

    .sm\:u-mt-4 {
        margin-top: 1rem !important;
    }

    .sm\:u-mr-4 {
        margin-right: 1rem !important;
    }

    .sm\:u-mb-4 {
        margin-bottom: 1rem !important;
    }

    .sm\:u-ml-4 {
        margin-left: 1rem !important;
    }

    .sm\:u-mt-5 {
        margin-top: 1.25rem !important;
    }

    .sm\:u-mr-5 {
        margin-right: 1.25rem !important;
    }

    .sm\:u-mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .sm\:u-ml-5 {
        margin-left: 1.25rem !important;
    }

    .sm\:u-mt-6 {
        margin-top: 1.5rem !important;
    }

    .sm\:u-mr-6 {
        margin-right: 1.5rem !important;
    }

    .sm\:u-mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .sm\:u-ml-6 {
        margin-left: 1.5rem !important;
    }

    .sm\:u-mt-8 {
        margin-top: 2rem !important;
    }

    .sm\:u-mr-8 {
        margin-right: 2rem !important;
    }

    .sm\:u-mb-8 {
        margin-bottom: 2rem !important;
    }

    .sm\:u-ml-8 {
        margin-left: 2rem !important;
    }

    .sm\:u-mt-10 {
        margin-top: 2.5rem !important;
    }

    .sm\:u-mr-10 {
        margin-right: 2.5rem !important;
    }

    .sm\:u-mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .sm\:u-ml-10 {
        margin-left: 2.5rem !important;
    }

    .sm\:u-mt-12 {
        margin-top: 3rem !important;
    }

    .sm\:u-mr-12 {
        margin-right: 3rem !important;
    }

    .sm\:u-mb-12 {
        margin-bottom: 3rem !important;
    }

    .sm\:u-ml-12 {
        margin-left: 3rem !important;
    }

    .sm\:u-mt-16 {
        margin-top: 4rem !important;
    }

    .sm\:u-mr-16 {
        margin-right: 4rem !important;
    }

    .sm\:u-mb-16 {
        margin-bottom: 4rem !important;
    }

    .sm\:u-ml-16 {
        margin-left: 4rem !important;
    }

    .sm\:u-mt-20 {
        margin-top: 5rem !important;
    }

    .sm\:u-mr-20 {
        margin-right: 5rem !important;
    }

    .sm\:u-mb-20 {
        margin-bottom: 5rem !important;
    }

    .sm\:u-ml-20 {
        margin-left: 5rem !important;
    }

    .sm\:u-mt-24 {
        margin-top: 6rem !important;
    }

    .sm\:u-mr-24 {
        margin-right: 6rem !important;
    }

    .sm\:u-mb-24 {
        margin-bottom: 6rem !important;
    }

    .sm\:u-ml-24 {
        margin-left: 6rem !important;
    }

    .sm\:u-mt-32 {
        margin-top: 8rem !important;
    }

    .sm\:u-mr-32 {
        margin-right: 8rem !important;
    }

    .sm\:u-mb-32 {
        margin-bottom: 8rem !important;
    }

    .sm\:u-ml-32 {
        margin-left: 8rem !important;
    }

    .sm\:u-mt-40 {
        margin-top: 10rem !important;
    }

    .sm\:u-mr-40 {
        margin-right: 10rem !important;
    }

    .sm\:u-mb-40 {
        margin-bottom: 10rem !important;
    }

    .sm\:u-ml-40 {
        margin-left: 10rem !important;
    }

    .sm\:u-mt-72 {
        margin-top: 18rem !important;
    }

    .sm\:u-mr-72 {
        margin-right: 18rem !important;
    }

    .sm\:u-mb-72 {
        margin-bottom: 18rem !important;
    }

    .sm\:u-ml-72 {
        margin-left: 18rem !important;
    }

    .sm\:u-mt-auto {
        margin-top: auto !important;
    }

    .sm\:u-mr-auto {
        margin-right: auto !important;
    }

    .sm\:u-mb-auto {
        margin-bottom: auto !important;
    }

    .sm\:u-ml-auto {
        margin-left: auto !important;
    }

    .sm\:u-mt-px {
        margin-top: 1px !important;
    }

    .sm\:u-mr-px {
        margin-right: 1px !important;
    }

    .sm\:u-mb-px {
        margin-bottom: 1px !important;
    }

    .sm\:u-ml-px {
        margin-left: 1px !important;
    }

    .sm\:u-max-h-none {
        max-height: 0 !important;
    }

    .sm\:u-max-h-full {
        max-height: 100% !important;
    }

    .sm\:u-max-h-screen {
        max-height: 100vh !important;
    }

    .sm\:u-max-w-50 {
        max-width: 50px !important;
    }

    .sm\:u-max-w-100 {
        max-width: 100px !important;
    }

    .sm\:u-max-w-300 {
        max-width: 300px !important;
    }

    .sm\:u-max-w-630 {
        max-width: 630px !important;
    }

    .sm\:u-max-w-xs {
        max-width: 20rem !important;
    }

    .sm\:u-max-w-sm {
        max-width: 30rem !important;
    }

    .sm\:u-max-w-md {
        max-width: 40rem !important;
    }

    .sm\:u-max-w-lg {
        max-width: 50rem !important;
    }

    .sm\:u-max-w-xl {
        max-width: 60rem !important;
    }

    .sm\:u-max-w-2xl {
        max-width: 70rem !important;
    }

    .sm\:u-max-w-3xl {
        max-width: 80rem !important;
    }

    .sm\:u-max-w-4xl {
        max-width: 90rem !important;
    }

    .sm\:u-max-w-5xl {
        max-width: 100rem !important;
    }

    .sm\:u-max-w-half {
        max-width: 50% !important;
    }

    .sm\:u-max-w-full {
        max-width: 100% !important;
    }

    .sm\:u-min-h-0 {
        min-height: 0 !important;
    }

    .sm\:u-min-h-1 {
        min-height: .25rem !important;
    }

    .sm\:u-min-h-2 {
        min-height: .5rem !important;
    }

    .sm\:u-min-h-3 {
        min-height: .75rem !important;
    }

    .sm\:u-min-h-4 {
        min-height: 1rem !important;
    }

    .sm\:u-min-h-5 {
        min-height: 1.25rem !important;
    }

    .sm\:u-min-h-6 {
        min-height: 1.5rem !important;
    }

    .sm\:u-min-h-8 {
        min-height: 2rem !important;
    }

    .sm\:u-min-h-10 {
        min-height: 2.5rem !important;
    }

    .sm\:u-min-h-12 {
        min-height: 3rem !important;
    }

    .sm\:u-min-h-16 {
        min-height: 4rem !important;
    }

    .sm\:u-min-h-24 {
        min-height: 6rem !important;
    }

    .sm\:u-min-h-32 {
        min-height: 8rem !important;
    }

    .sm\:u-min-h-48 {
        min-height: 12rem !important;
    }

    .sm\:u-min-h-64 {
        min-height: 16rem !important;
    }

    .sm\:u-min-h-100 {
        min-height: 100px !important;
    }

    .sm\:u-min-h-500 {
        min-height: 500px !important;
    }

    .sm\:u-min-h-600 {
        min-height: 600px !important;
    }

    .sm\:u-min-h-auto {
        min-height: auto !important;
    }

    .sm\:u-min-h-px {
        min-height: 1px !important;
    }

    .sm\:u-min-h-full {
        min-height: 100% !important;
    }

    .sm\:u-min-h-screen {
        min-height: 100vh !important;
    }

    .sm\:u-min-w-0 {
        min-width: 0 !important;
    }

    .sm\:u-min-w-full {
        min-width: 100% !important;
    }

    .sm\:u--m-0 {
        margin: 0 !important;
    }

    .sm\:u--m-1 {
        margin: -0.25rem !important;
    }

    .sm\:u--m-2 {
        margin: -0.5rem !important;
    }

    .sm\:u--m-3 {
        margin: -0.75rem !important;
    }

    .sm\:u--m-4 {
        margin: -1rem !important;
    }

    .sm\:u--m-5 {
        margin: -1.25rem !important;
    }

    .sm\:u--m-6 {
        margin: -1.5rem !important;
    }

    .sm\:u--m-8 {
        margin: -2rem !important;
    }

    .sm\:u--m-10 {
        margin: -2.5rem !important;
    }

    .sm\:u--m-12 {
        margin: -3rem !important;
    }

    .sm\:u--m-16 {
        margin: -4rem !important;
    }

    .sm\:u--m-20 {
        margin: -5rem !important;
    }

    .sm\:u--m-24 {
        margin: -6rem !important;
    }

    .sm\:u--m-32 {
        margin: -8rem !important;
    }

    .sm\:u--m-68 {
        margin: -17rem !important;
    }

    .sm\:u--m-px {
        margin: -1px !important;
    }

    .sm\:u--my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sm\:u--mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sm\:u--my-1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .sm\:u--mx-1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .sm\:u--my-2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .sm\:u--mx-2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .sm\:u--my-3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .sm\:u--mx-3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }

    .sm\:u--my-4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .sm\:u--mx-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .sm\:u--my-5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .sm\:u--mx-5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important;
    }

    .sm\:u--my-6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .sm\:u--mx-6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .sm\:u--my-8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .sm\:u--mx-8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }

    .sm\:u--my-10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .sm\:u--mx-10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }

    .sm\:u--my-12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .sm\:u--mx-12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .sm\:u--my-16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .sm\:u--mx-16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }

    .sm\:u--my-20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .sm\:u--mx-20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }

    .sm\:u--my-24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .sm\:u--mx-24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .sm\:u--my-32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .sm\:u--mx-32 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }

    .sm\:u--my-68 {
        margin-top: -17rem !important;
        margin-bottom: -17rem !important;
    }

    .sm\:u--mx-68 {
        margin-left: -17rem !important;
        margin-right: -17rem !important;
    }

    .sm\:u--my-px {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .sm\:u--mx-px {
        margin-left: -1px !important;
        margin-right: -1px !important;
    }

    .sm\:u--mt-0 {
        margin-top: 0 !important;
    }

    .sm\:u--mr-0 {
        margin-right: 0 !important;
    }

    .sm\:u--mb-0 {
        margin-bottom: 0 !important;
    }

    .sm\:u--ml-0 {
        margin-left: 0 !important;
    }

    .sm\:u--mt-1 {
        margin-top: -0.25rem !important;
    }

    .sm\:u--mr-1 {
        margin-right: -0.25rem !important;
    }

    .sm\:u--mb-1 {
        margin-bottom: -0.25rem !important;
    }

    .sm\:u--ml-1 {
        margin-left: -0.25rem !important;
    }

    .sm\:u--mt-2 {
        margin-top: -0.5rem !important;
    }

    .sm\:u--mr-2 {
        margin-right: -0.5rem !important;
    }

    .sm\:u--mb-2 {
        margin-bottom: -0.5rem !important;
    }

    .sm\:u--ml-2 {
        margin-left: -0.5rem !important;
    }

    .sm\:u--mt-3 {
        margin-top: -0.75rem !important;
    }

    .sm\:u--mr-3 {
        margin-right: -0.75rem !important;
    }

    .sm\:u--mb-3 {
        margin-bottom: -0.75rem !important;
    }

    .sm\:u--ml-3 {
        margin-left: -0.75rem !important;
    }

    .sm\:u--mt-4 {
        margin-top: -1rem !important;
    }

    .sm\:u--mr-4 {
        margin-right: -1rem !important;
    }

    .sm\:u--mb-4 {
        margin-bottom: -1rem !important;
    }

    .sm\:u--ml-4 {
        margin-left: -1rem !important;
    }

    .sm\:u--mt-5 {
        margin-top: -1.25rem !important;
    }

    .sm\:u--mr-5 {
        margin-right: -1.25rem !important;
    }

    .sm\:u--mb-5 {
        margin-bottom: -1.25rem !important;
    }

    .sm\:u--ml-5 {
        margin-left: -1.25rem !important;
    }

    .sm\:u--mt-6 {
        margin-top: -1.5rem !important;
    }

    .sm\:u--mr-6 {
        margin-right: -1.5rem !important;
    }

    .sm\:u--mb-6 {
        margin-bottom: -1.5rem !important;
    }

    .sm\:u--ml-6 {
        margin-left: -1.5rem !important;
    }

    .sm\:u--mt-8 {
        margin-top: -2rem !important;
    }

    .sm\:u--mr-8 {
        margin-right: -2rem !important;
    }

    .sm\:u--mb-8 {
        margin-bottom: -2rem !important;
    }

    .sm\:u--ml-8 {
        margin-left: -2rem !important;
    }

    .sm\:u--mt-10 {
        margin-top: -2.5rem !important;
    }

    .sm\:u--mr-10 {
        margin-right: -2.5rem !important;
    }

    .sm\:u--mb-10 {
        margin-bottom: -2.5rem !important;
    }

    .sm\:u--ml-10 {
        margin-left: -2.5rem !important;
    }

    .sm\:u--mt-12 {
        margin-top: -3rem !important;
    }

    .sm\:u--mr-12 {
        margin-right: -3rem !important;
    }

    .sm\:u--mb-12 {
        margin-bottom: -3rem !important;
    }

    .sm\:u--ml-12 {
        margin-left: -3rem !important;
    }

    .sm\:u--mt-16 {
        margin-top: -4rem !important;
    }

    .sm\:u--mr-16 {
        margin-right: -4rem !important;
    }

    .sm\:u--mb-16 {
        margin-bottom: -4rem !important;
    }

    .sm\:u--ml-16 {
        margin-left: -4rem !important;
    }

    .sm\:u--mt-20 {
        margin-top: -5rem !important;
    }

    .sm\:u--mr-20 {
        margin-right: -5rem !important;
    }

    .sm\:u--mb-20 {
        margin-bottom: -5rem !important;
    }

    .sm\:u--ml-20 {
        margin-left: -5rem !important;
    }

    .sm\:u--mt-24 {
        margin-top: -6rem !important;
    }

    .sm\:u--mr-24 {
        margin-right: -6rem !important;
    }

    .sm\:u--mb-24 {
        margin-bottom: -6rem !important;
    }

    .sm\:u--ml-24 {
        margin-left: -6rem !important;
    }

    .sm\:u--mt-32 {
        margin-top: -8rem !important;
    }

    .sm\:u--mr-32 {
        margin-right: -8rem !important;
    }

    .sm\:u--mb-32 {
        margin-bottom: -8rem !important;
    }

    .sm\:u--ml-32 {
        margin-left: -8rem !important;
    }

    .sm\:u--mt-68 {
        margin-top: -17rem !important;
    }

    .sm\:u--mr-68 {
        margin-right: -17rem !important;
    }

    .sm\:u--mb-68 {
        margin-bottom: -17rem !important;
    }

    .sm\:u--ml-68 {
        margin-left: -17rem !important;
    }

    .sm\:u--mt-px {
        margin-top: -1px !important;
    }

    .sm\:u--mr-px {
        margin-right: -1px !important;
    }

    .sm\:u--mb-px {
        margin-bottom: -1px !important;
    }

    .sm\:u--ml-px {
        margin-left: -1px !important;
    }

    .sm\:u-object-bottom {
        object-position: bottom !important;
    }

    .sm\:u-object-center {
        object-position: center !important;
    }

    .sm\:u-object-left {
        object-position: left !important;
    }

    .sm\:u-object-left-bottom {
        object-position: left bottom !important;
    }

    .sm\:u-object-left-top {
        object-position: left top !important;
    }

    .sm\:u-object-right {
        object-position: right !important;
    }

    .sm\:u-object-right-bottom {
        object-position: right bottom !important;
    }

    .sm\:u-object-right-top {
        object-position: right top !important;
    }

    .sm\:u-object-top {
        object-position: top !important;
    }

    .sm\:u-opacity-0 {
        opacity: 0 !important;
    }

    .sm\:u-opacity-25 {
        opacity: .25 !important;
    }

    .sm\:u-opacity-50 {
        opacity: .5 !important;
    }

    .sm\:u-opacity-75 {
        opacity: .75 !important;
    }

    .sm\:u-opacity-100 {
        opacity: 1 !important;
    }

    .sm\:hover\:u-opacity-0:hover {
        opacity: 0 !important;
    }

    .sm\:hover\:u-opacity-25:hover {
        opacity: .25 !important;
    }

    .sm\:hover\:u-opacity-50:hover {
        opacity: .5 !important;
    }

    .sm\:hover\:u-opacity-75:hover {
        opacity: .75 !important;
    }

    .sm\:hover\:u-opacity-100:hover {
        opacity: 1 !important;
    }

    .sm\:u-overflow-auto {
        overflow: auto !important;
    }

    .sm\:u-overflow-hidden {
        overflow: hidden !important;
    }

    .sm\:u-overflow-visible {
        overflow: visible !important;
    }

    .sm\:u-overflow-scroll {
        overflow: scroll !important;
    }

    .sm\:u-overflow-x-auto {
        overflow-x: auto !important;
    }

    .sm\:u-overflow-y-auto {
        overflow-y: auto !important;
    }

    .sm\:u-overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .sm\:u-overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .sm\:u-overflow-x-visible {
        overflow-x: visible !important;
    }

    .sm\:u-overflow-y-visible {
        overflow-y: visible !important;
    }

    .sm\:u-overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .sm\:u-overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .sm\:u-scrolling-touch {
        -webkit-overflow-scrolling: touch !important;
    }

    .sm\:u-scrolling-auto {
        -webkit-overflow-scrolling: auto !important;
    }

    .sm\:u-p-0 {
        padding: 0 !important;
    }

    .sm\:u-p-1 {
        padding: .25rem !important;
    }

    .sm\:u-p-2 {
        padding: .5rem !important;
    }

    .sm\:u-p-3 {
        padding: .75rem !important;
    }

    .sm\:u-p-4 {
        padding: 1rem !important;
    }

    .sm\:u-p-5 {
        padding: 1.25rem !important;
    }

    .sm\:u-p-6 {
        padding: 1.5rem !important;
    }

    .sm\:u-p-8 {
        padding: 2rem !important;
    }

    .sm\:u-p-10 {
        padding: 2.5rem !important;
    }

    .sm\:u-p-12 {
        padding: 3rem !important;
    }

    .sm\:u-p-16 {
        padding: 4rem !important;
    }

    .sm\:u-p-20 {
        padding: 5rem !important;
    }

    .sm\:u-p-24 {
        padding: 6rem !important;
    }

    .sm\:u-p-32 {
        padding: 8rem !important;
    }

    .sm\:u-p-64 {
        padding: 16rem !important;
    }

    .sm\:u-p-px {
        padding: 1px !important;
    }

    .sm\:u-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sm\:u-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sm\:u-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .sm\:u-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .sm\:u-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .sm\:u-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    .sm\:u-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .sm\:u-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .sm\:u-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .sm\:u-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .sm\:u-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .sm\:u-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .sm\:u-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .sm\:u-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm\:u-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .sm\:u-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .sm\:u-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .sm\:u-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .sm\:u-py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .sm\:u-px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sm\:u-py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .sm\:u-px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .sm\:u-py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .sm\:u-px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .sm\:u-py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .sm\:u-px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .sm\:u-py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .sm\:u-px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .sm\:u-py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .sm\:u-px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .sm\:u-py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .sm\:u-px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .sm\:u-pt-0 {
        padding-top: 0 !important;
    }

    .sm\:u-pr-0 {
        padding-right: 0 !important;
    }

    .sm\:u-pb-0 {
        padding-bottom: 0 !important;
    }

    .sm\:u-pl-0 {
        padding-left: 0 !important;
    }

    .sm\:u-pt-1 {
        padding-top: .25rem !important;
    }

    .sm\:u-pr-1 {
        padding-right: .25rem !important;
    }

    .sm\:u-pb-1 {
        padding-bottom: .25rem !important;
    }

    .sm\:u-pl-1 {
        padding-left: .25rem !important;
    }

    .sm\:u-pt-2 {
        padding-top: .5rem !important;
    }

    .sm\:u-pr-2 {
        padding-right: .5rem !important;
    }

    .sm\:u-pb-2 {
        padding-bottom: .5rem !important;
    }

    .sm\:u-pl-2 {
        padding-left: .5rem !important;
    }

    .sm\:u-pt-3 {
        padding-top: .75rem !important;
    }

    .sm\:u-pr-3 {
        padding-right: .75rem !important;
    }

    .sm\:u-pb-3 {
        padding-bottom: .75rem !important;
    }

    .sm\:u-pl-3 {
        padding-left: .75rem !important;
    }

    .sm\:u-pt-4 {
        padding-top: 1rem !important;
    }

    .sm\:u-pr-4 {
        padding-right: 1rem !important;
    }

    .sm\:u-pb-4 {
        padding-bottom: 1rem !important;
    }

    .sm\:u-pl-4 {
        padding-left: 1rem !important;
    }

    .sm\:u-pt-5 {
        padding-top: 1.25rem !important;
    }

    .sm\:u-pr-5 {
        padding-right: 1.25rem !important;
    }

    .sm\:u-pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .sm\:u-pl-5 {
        padding-left: 1.25rem !important;
    }

    .sm\:u-pt-6 {
        padding-top: 1.5rem !important;
    }

    .sm\:u-pr-6 {
        padding-right: 1.5rem !important;
    }

    .sm\:u-pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .sm\:u-pl-6 {
        padding-left: 1.5rem !important;
    }

    .sm\:u-pt-8 {
        padding-top: 2rem !important;
    }

    .sm\:u-pr-8 {
        padding-right: 2rem !important;
    }

    .sm\:u-pb-8 {
        padding-bottom: 2rem !important;
    }

    .sm\:u-pl-8 {
        padding-left: 2rem !important;
    }

    .sm\:u-pt-10 {
        padding-top: 2.5rem !important;
    }

    .sm\:u-pr-10 {
        padding-right: 2.5rem !important;
    }

    .sm\:u-pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .sm\:u-pl-10 {
        padding-left: 2.5rem !important;
    }

    .sm\:u-pt-12 {
        padding-top: 3rem !important;
    }

    .sm\:u-pr-12 {
        padding-right: 3rem !important;
    }

    .sm\:u-pb-12 {
        padding-bottom: 3rem !important;
    }

    .sm\:u-pl-12 {
        padding-left: 3rem !important;
    }

    .sm\:u-pt-16 {
        padding-top: 4rem !important;
    }

    .sm\:u-pr-16 {
        padding-right: 4rem !important;
    }

    .sm\:u-pb-16 {
        padding-bottom: 4rem !important;
    }

    .sm\:u-pl-16 {
        padding-left: 4rem !important;
    }

    .sm\:u-pt-20 {
        padding-top: 5rem !important;
    }

    .sm\:u-pr-20 {
        padding-right: 5rem !important;
    }

    .sm\:u-pb-20 {
        padding-bottom: 5rem !important;
    }

    .sm\:u-pl-20 {
        padding-left: 5rem !important;
    }

    .sm\:u-pt-24 {
        padding-top: 6rem !important;
    }

    .sm\:u-pr-24 {
        padding-right: 6rem !important;
    }

    .sm\:u-pb-24 {
        padding-bottom: 6rem !important;
    }

    .sm\:u-pl-24 {
        padding-left: 6rem !important;
    }

    .sm\:u-pt-32 {
        padding-top: 8rem !important;
    }

    .sm\:u-pr-32 {
        padding-right: 8rem !important;
    }

    .sm\:u-pb-32 {
        padding-bottom: 8rem !important;
    }

    .sm\:u-pl-32 {
        padding-left: 8rem !important;
    }

    .sm\:u-pt-64 {
        padding-top: 16rem !important;
    }

    .sm\:u-pr-64 {
        padding-right: 16rem !important;
    }

    .sm\:u-pb-64 {
        padding-bottom: 16rem !important;
    }

    .sm\:u-pl-64 {
        padding-left: 16rem !important;
    }

    .sm\:u-pt-px {
        padding-top: 1px !important;
    }

    .sm\:u-pr-px {
        padding-right: 1px !important;
    }

    .sm\:u-pb-px {
        padding-bottom: 1px !important;
    }

    .sm\:u-pl-px {
        padding-left: 1px !important;
    }

    .sm\:u-pointer-events-none {
        pointer-events: none !important;
    }

    .sm\:u-pointer-events-auto {
        pointer-events: auto !important;
    }

    .sm\:u-static {
        position: static !important;
    }

    .sm\:u-fixed {
        position: fixed !important;
    }

    .sm\:u-absolute {
        position: absolute !important;
    }

    .sm\:u-relative {
        position: relative !important;
    }

    .sm\:u-sticky {
        position: sticky !important;
    }

    .sm\:u-pin-none {
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }

    .sm\:u-pin {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .sm\:u-pin-y {
        top: 0 !important;
        bottom: 0 !important;
    }

    .sm\:u-pin-x {
        right: 0 !important;
        left: 0 !important;
    }

    .sm\:u-pin-t {
        top: 0 !important;
    }

    .sm\:u-pin-r {
        right: 0 !important;
    }

    .sm\:u-pin-b {
        bottom: 0 !important;
    }

    .sm\:u-pin-l {
        left: 0 !important;
    }

    .sm\:u-resize-none {
        resize: none !important;
    }

    .sm\:u-resize-y {
        resize: vertical !important;
    }

    .sm\:u-resize-x {
        resize: horizontal !important;
    }

    .sm\:u-resize {
        resize: both !important;
    }

    .sm\:u-shadow {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .sm\:u-shadow-md {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .sm\:u-shadow-lg {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .sm\:u-shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .sm\:u-shadow-outline {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .sm\:u-shadow-none {
        box-shadow: none !important;
    }

    .sm\:hover\:u-shadow:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .sm\:hover\:u-shadow-md:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .sm\:hover\:u-shadow-lg:hover {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .sm\:hover\:u-shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .sm\:hover\:u-shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .sm\:hover\:u-shadow-none:hover {
        box-shadow: none !important;
    }

    .sm\:focus\:u-shadow:focus {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .sm\:focus\:u-shadow-md:focus {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .sm\:focus\:u-shadow-lg:focus {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .sm\:focus\:u-shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .sm\:focus\:u-shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .sm\:focus\:u-shadow-none:focus {
        box-shadow: none !important;
    }

    .sm\:u-table-auto {
        table-layout: auto !important;
    }

    .sm\:u-table-fixed {
        table-layout: fixed !important;
    }

    .sm\:u-text-left {
        text-align: left !important;
    }

    .sm\:u-text-center {
        text-align: center !important;
    }

    .sm\:u-text-right {
        text-align: right !important;
    }

    .sm\:u-text-justify {
        text-align: justify !important;
    }

    .sm\:u-text-transparent {
        color: transparent !important;
    }

    .sm\:u-text-black {
        color: #05001e !important;
    }

    .sm\:u-text-white {
        color: #fff !important;
    }

    .sm\:u-text-yellow {
        color: #ffc700 !important;
    }

    .sm\:u-text-coral {
        color: #ff9e6d !important;
    }

    .sm\:u-text-green {
        color: #00ff01 !important;
    }

    .sm\:u-text-navy {
        color: #151716 !important;
    }

    .sm\:u-text-navy-light {
        color: #14133d !important;
    }

    .sm\:u-text-navy-lighter {
        color: #404064 !important;
    }

    .sm\:u-text-navy-lightest {
        color: #74768f !important;
    }

    .sm\:u-text-navy-grey {
        color: #2f3158 !important;
    }

    .sm\:u-text-blue {
        color: #1500fe !important;
    }

    .sm\:u-text-wild-sand {
        color: #f4f4f4 !important;
    }

    .sm\:u-text-grey-light {
        color: #dadada !important;
    }

    .sm\:u-text-grey-lighter {
        color: #f4f4f4 !important;
    }

    .sm\:u-text-grey-lightest {
        color: #f8fafc !important;
    }

    .sm\:u-text-nav-border {
        color: #323254 !important;
    }

    .sm\:u-text-silver {
        color: #bebebe !important;
    }

    .sm\:u-text-red {
        color: #ff0201 !important;
    }

    .sm\:u-text-black--dark {
        color: #04001a !important;
    }

    .sm\:u-text-black--light {
        color: #060022 !important;
    }

    .sm\:u-text-white--dark {
        color: #e0e0e0 !important;
    }

    .sm\:u-text-white--light {
        color: #fff !important;
    }

    .sm\:u-text-yellow--dark {
        color: #e0af00 !important;
    }

    .sm\:u-text-yellow--light {
        color: #ffce1f !important;
    }

    .sm\:u-text-coral--dark {
        color: #ff8141 !important;
    }

    .sm\:u-text-coral--light {
        color: #fb9 !important;
    }

    .sm\:u-text-green--dark {
        color: #00e001 !important;
    }

    .sm\:u-text-green--light {
        color: #1fff1f !important;
    }

    .sm\:u-text-navy--dark {
        color: #000028 !important;
    }

    .sm\:u-text-navy--light {
        color: #000032 !important;
    }

    .sm\:u-text-navy-light--dark {
        color: #121136 !important;
    }

    .sm\:u-text-navy-light--light {
        color: #161544 !important;
    }

    .sm\:u-text-navy-lighter--dark {
        color: #383858 !important;
    }

    .sm\:u-text-navy-lighter--light {
        color: #484870 !important;
    }

    .sm\:u-text-navy-lightest--dark {
        color: #66687e !important;
    }

    .sm\:u-text-navy-lightest--light {
        color: #85879d !important;
    }

    .sm\:u-text-navy-grey--dark {
        color: #292b4d !important;
    }

    .sm\:u-text-navy-grey--light {
        color: #353763 !important;
    }

    .sm\:u-text-blue--dark {
        color: #1200e0 !important;
    }

    .sm\:u-text-blue--light {
        color: #301dff !important;
    }

    .sm\:u-text-wild-sand--dark {
        color: #d7d7d7 !important;
    }

    .sm\:u-text-wild-sand--light {
        color: #fff !important;
    }

    .sm\:u-text-grey-light--dark {
        color: #c0c0c0 !important;
    }

    .sm\:u-text-grey-light--light {
        color: #f4f4f4 !important;
    }

    .sm\:u-text-grey-lighter--dark {
        color: #d7d7d7 !important;
    }

    .sm\:u-text-grey-lighter--light {
        color: #fff !important;
    }

    .sm\:u-text-grey-lightest--dark {
        color: #cedcea !important;
    }

    .sm\:u-text-grey-lightest--light {
        color: #fff !important;
    }

    .sm\:u-text-nav-border--dark {
        color: #2c2c4a !important;
    }

    .sm\:u-text-nav-border--light {
        color: #38385e !important;
    }

    .sm\:u-text-silver--dark {
        color: #a7a7a7 !important;
    }

    .sm\:u-text-silver--light {
        color: #d5d5d5 !important;
    }

    .sm\:u-text-red--dark {
        color: #e10100 !important;
    }

    .sm\:u-text-red--light {
        color: #ff2120 !important;
    }

    .sm\:hover\:u-text-transparent:hover {
        color: transparent !important;
    }

    .sm\:hover\:u-text-black:hover {
        color: #05001e !important;
    }

    .sm\:hover\:u-text-white:hover {
        color: #fff !important;
    }

    .sm\:hover\:u-text-yellow:hover {
        color: #ffc700 !important;
    }

    .sm\:hover\:u-text-coral:hover {
        color: #ff9e6d !important;
    }

    .sm\:hover\:u-text-green:hover {
        color: #00ff01 !important;
    }

    .sm\:hover\:u-text-navy:hover {
        color: #151716 !important;
    }

    .sm\:hover\:u-text-navy-light:hover {
        color: #14133d !important;
    }

    .sm\:hover\:u-text-navy-lighter:hover {
        color: #404064 !important;
    }

    .sm\:hover\:u-text-navy-lightest:hover {
        color: #74768f !important;
    }

    .sm\:hover\:u-text-navy-grey:hover {
        color: #2f3158 !important;
    }

    .sm\:hover\:u-text-blue:hover {
        color: #1500fe !important;
    }

    .sm\:hover\:u-text-wild-sand:hover {
        color: #f4f4f4 !important;
    }

    .sm\:hover\:u-text-grey-light:hover {
        color: #dadada !important;
    }

    .sm\:hover\:u-text-grey-lighter:hover {
        color: #f4f4f4 !important;
    }

    .sm\:hover\:u-text-grey-lightest:hover {
        color: #f8fafc !important;
    }

    .sm\:hover\:u-text-nav-border:hover {
        color: #323254 !important;
    }

    .sm\:hover\:u-text-silver:hover {
        color: #bebebe !important;
    }

    .sm\:hover\:u-text-red:hover {
        color: #ff0201 !important;
    }

    .sm\:hover\:u-text-black--dark:hover {
        color: #04001a !important;
    }

    .sm\:hover\:u-text-black--light:hover {
        color: #060022 !important;
    }

    .sm\:hover\:u-text-white--dark:hover {
        color: #e0e0e0 !important;
    }

    .sm\:hover\:u-text-white--light:hover {
        color: #fff !important;
    }

    .sm\:hover\:u-text-yellow--dark:hover {
        color: #e0af00 !important;
    }

    .sm\:hover\:u-text-yellow--light:hover {
        color: #ffce1f !important;
    }

    .sm\:hover\:u-text-coral--dark:hover {
        color: #ff8141 !important;
    }

    .sm\:hover\:u-text-coral--light:hover {
        color: #fb9 !important;
    }

    .sm\:hover\:u-text-green--dark:hover {
        color: #00e001 !important;
    }

    .sm\:hover\:u-text-green--light:hover {
        color: #1fff1f !important;
    }

    .sm\:hover\:u-text-navy--dark:hover {
        color: #000028 !important;
    }

    .sm\:hover\:u-text-navy--light:hover {
        color: #000032 !important;
    }

    .sm\:hover\:u-text-navy-light--dark:hover {
        color: #121136 !important;
    }

    .sm\:hover\:u-text-navy-light--light:hover {
        color: #161544 !important;
    }

    .sm\:hover\:u-text-navy-lighter--dark:hover {
        color: #383858 !important;
    }

    .sm\:hover\:u-text-navy-lighter--light:hover {
        color: #484870 !important;
    }

    .sm\:hover\:u-text-navy-lightest--dark:hover {
        color: #66687e !important;
    }

    .sm\:hover\:u-text-navy-lightest--light:hover {
        color: #85879d !important;
    }

    .sm\:hover\:u-text-navy-grey--dark:hover {
        color: #292b4d !important;
    }

    .sm\:hover\:u-text-navy-grey--light:hover {
        color: #353763 !important;
    }

    .sm\:hover\:u-text-blue--dark:hover {
        color: #1200e0 !important;
    }

    .sm\:hover\:u-text-blue--light:hover {
        color: #301dff !important;
    }

    .sm\:hover\:u-text-wild-sand--dark:hover {
        color: #d7d7d7 !important;
    }

    .sm\:hover\:u-text-wild-sand--light:hover {
        color: #fff !important;
    }

    .sm\:hover\:u-text-grey-light--dark:hover {
        color: #c0c0c0 !important;
    }

    .sm\:hover\:u-text-grey-light--light:hover {
        color: #f4f4f4 !important;
    }

    .sm\:hover\:u-text-grey-lighter--dark:hover {
        color: #d7d7d7 !important;
    }

    .sm\:hover\:u-text-grey-lighter--light:hover {
        color: #fff !important;
    }

    .sm\:hover\:u-text-grey-lightest--dark:hover {
        color: #cedcea !important;
    }

    .sm\:hover\:u-text-grey-lightest--light:hover {
        color: #fff !important;
    }

    .sm\:hover\:u-text-nav-border--dark:hover {
        color: #2c2c4a !important;
    }

    .sm\:hover\:u-text-nav-border--light:hover {
        color: #38385e !important;
    }

    .sm\:hover\:u-text-silver--dark:hover {
        color: #a7a7a7 !important;
    }

    .sm\:hover\:u-text-silver--light:hover {
        color: #d5d5d5 !important;
    }

    .sm\:hover\:u-text-red--dark:hover {
        color: #e10100 !important;
    }

    .sm\:hover\:u-text-red--light:hover {
        color: #ff2120 !important;
    }

    .sm\:focus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .sm\:focus\:u-text-black:focus {
        color: #05001e !important;
    }

    .sm\:focus\:u-text-white:focus {
        color: #fff !important;
    }

    .sm\:focus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .sm\:focus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .sm\:focus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .sm\:focus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .sm\:focus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .sm\:focus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .sm\:focus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .sm\:focus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .sm\:focus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .sm\:focus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .sm\:focus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .sm\:focus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .sm\:focus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .sm\:focus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .sm\:focus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .sm\:focus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .sm\:focus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .sm\:focus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .sm\:focus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .sm\:focus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .sm\:focus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .sm\:focus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .sm\:focus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .sm\:focus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .sm\:focus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .sm\:focus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .sm\:focus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .sm\:focus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .sm\:focus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .sm\:focus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .sm\:focus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .sm\:focus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .sm\:focus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .sm\:focus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .sm\:focus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .sm\:focus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .sm\:focus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .sm\:focus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .sm\:focus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .sm\:focus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .sm\:focus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .sm\:focus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .sm\:focus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .sm\:focus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .sm\:focus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .sm\:focus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .sm\:focus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .sm\:focus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .sm\:focus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .sm\:focus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .sm\:focus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .sm\:focus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .sm\:hocus\:u-text-transparent:hover,
    .sm\:hocus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .sm\:hocus\:u-text-black:hover,
    .sm\:hocus\:u-text-black:focus {
        color: #05001e !important;
    }

    .sm\:hocus\:u-text-white:hover,
    .sm\:hocus\:u-text-white:focus {
        color: #fff !important;
    }

    .sm\:hocus\:u-text-yellow:hover,
    .sm\:hocus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .sm\:hocus\:u-text-coral:hover,
    .sm\:hocus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .sm\:hocus\:u-text-green:hover,
    .sm\:hocus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .sm\:hocus\:u-text-navy:hover,
    .sm\:hocus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .sm\:hocus\:u-text-navy-light:hover,
    .sm\:hocus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .sm\:hocus\:u-text-navy-lighter:hover,
    .sm\:hocus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .sm\:hocus\:u-text-navy-lightest:hover,
    .sm\:hocus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .sm\:hocus\:u-text-navy-grey:hover,
    .sm\:hocus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .sm\:hocus\:u-text-blue:hover,
    .sm\:hocus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .sm\:hocus\:u-text-wild-sand:hover,
    .sm\:hocus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-text-grey-light:hover,
    .sm\:hocus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .sm\:hocus\:u-text-grey-lighter:hover,
    .sm\:hocus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-text-grey-lightest:hover,
    .sm\:hocus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .sm\:hocus\:u-text-nav-border:hover,
    .sm\:hocus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .sm\:hocus\:u-text-silver:hover,
    .sm\:hocus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .sm\:hocus\:u-text-red:hover,
    .sm\:hocus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .sm\:hocus\:u-text-black--dark:hover,
    .sm\:hocus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .sm\:hocus\:u-text-black--light:hover,
    .sm\:hocus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .sm\:hocus\:u-text-white--dark:hover,
    .sm\:hocus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .sm\:hocus\:u-text-white--light:hover,
    .sm\:hocus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .sm\:hocus\:u-text-yellow--dark:hover,
    .sm\:hocus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .sm\:hocus\:u-text-yellow--light:hover,
    .sm\:hocus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .sm\:hocus\:u-text-coral--dark:hover,
    .sm\:hocus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .sm\:hocus\:u-text-coral--light:hover,
    .sm\:hocus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .sm\:hocus\:u-text-green--dark:hover,
    .sm\:hocus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .sm\:hocus\:u-text-green--light:hover,
    .sm\:hocus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .sm\:hocus\:u-text-navy--dark:hover,
    .sm\:hocus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .sm\:hocus\:u-text-navy--light:hover,
    .sm\:hocus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .sm\:hocus\:u-text-navy-light--dark:hover,
    .sm\:hocus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .sm\:hocus\:u-text-navy-light--light:hover,
    .sm\:hocus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .sm\:hocus\:u-text-navy-lighter--dark:hover,
    .sm\:hocus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .sm\:hocus\:u-text-navy-lighter--light:hover,
    .sm\:hocus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .sm\:hocus\:u-text-navy-lightest--dark:hover,
    .sm\:hocus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .sm\:hocus\:u-text-navy-lightest--light:hover,
    .sm\:hocus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .sm\:hocus\:u-text-navy-grey--dark:hover,
    .sm\:hocus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .sm\:hocus\:u-text-navy-grey--light:hover,
    .sm\:hocus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .sm\:hocus\:u-text-blue--dark:hover,
    .sm\:hocus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .sm\:hocus\:u-text-blue--light:hover,
    .sm\:hocus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .sm\:hocus\:u-text-wild-sand--dark:hover,
    .sm\:hocus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .sm\:hocus\:u-text-wild-sand--light:hover,
    .sm\:hocus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .sm\:hocus\:u-text-grey-light--dark:hover,
    .sm\:hocus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .sm\:hocus\:u-text-grey-light--light:hover,
    .sm\:hocus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .sm\:hocus\:u-text-grey-lighter--dark:hover,
    .sm\:hocus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .sm\:hocus\:u-text-grey-lighter--light:hover,
    .sm\:hocus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .sm\:hocus\:u-text-grey-lightest--dark:hover,
    .sm\:hocus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .sm\:hocus\:u-text-grey-lightest--light:hover,
    .sm\:hocus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .sm\:hocus\:u-text-nav-border--dark:hover,
    .sm\:hocus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .sm\:hocus\:u-text-nav-border--light:hover,
    .sm\:hocus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .sm\:hocus\:u-text-silver--dark:hover,
    .sm\:hocus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .sm\:hocus\:u-text-silver--light:hover,
    .sm\:hocus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .sm\:hocus\:u-text-red--dark:hover,
    .sm\:hocus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .sm\:hocus\:u-text-red--light:hover,
    .sm\:hocus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .sm\:u-text-xs {
        font-size: .75rem !important;
    }

    .sm\:u-text-sm {
        font-size: .875rem !important;
    }

    .sm\:u-text-base {
        font-size: 1rem !important;
    }

    .sm\:u-text-lg {
        font-size: 1.125rem !important;
    }

    .sm\:u-text-xl {
        font-size: 1.25rem !important;
    }

    .sm\:u-text-2xl {
        font-size: 1.5rem !important;
    }

    .sm\:u-text-3xl {
        font-size: 1.875rem !important;
    }

    .sm\:u-text-4xl {
        font-size: 2.25rem !important;
    }

    .sm\:u-text-5xl {
        font-size: 3rem !important;
    }

    .sm\:u-text-6xl {
        font-size: 3.5rem !important;
    }

    .sm\:u-text-7xl {
        font-size: 4rem !important;
    }

    .sm\:u-text-8xl {
        font-size: 6rem !important;
    }

    .sm\:u-text-9xl {
        font-size: 8rem !important;
    }

    .sm\:u-text-10xl {
        font-size: 10rem !important;
    }

    .sm\:u-italic {
        font-style: italic !important;
    }

    .sm\:u-roman {
        font-style: normal !important;
    }

    .sm\:u-uppercase {
        text-transform: uppercase !important;
    }

    .sm\:u-lowercase {
        text-transform: lowercase !important;
    }

    .sm\:u-capitalize {
        text-transform: capitalize !important;
    }

    .sm\:u-normal-case {
        text-transform: none !important;
    }

    .sm\:u-underline {
        text-decoration: underline !important;
    }

    .sm\:u-line-through {
        text-decoration: line-through !important;
    }

    .sm\:u-no-underline {
        text-decoration: none !important;
    }

    .sm\:u-antialiased {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .sm\:u-subpixel-antialiased {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .sm\:hover\:u-italic:hover {
        font-style: italic !important;
    }

    .sm\:hover\:u-roman:hover {
        font-style: normal !important;
    }

    .sm\:hover\:u-uppercase:hover {
        text-transform: uppercase !important;
    }

    .sm\:hover\:u-lowercase:hover {
        text-transform: lowercase !important;
    }

    .sm\:hover\:u-capitalize:hover {
        text-transform: capitalize !important;
    }

    .sm\:hover\:u-normal-case:hover {
        text-transform: none !important;
    }

    .sm\:hover\:u-underline:hover {
        text-decoration: underline !important;
    }

    .sm\:hover\:u-line-through:hover {
        text-decoration: line-through !important;
    }

    .sm\:hover\:u-no-underline:hover {
        text-decoration: none !important;
    }

    .sm\:hover\:u-antialiased:hover {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .sm\:hover\:u-subpixel-antialiased:hover {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .sm\:focus\:u-italic:focus {
        font-style: italic !important;
    }

    .sm\:focus\:u-roman:focus {
        font-style: normal !important;
    }

    .sm\:focus\:u-uppercase:focus {
        text-transform: uppercase !important;
    }

    .sm\:focus\:u-lowercase:focus {
        text-transform: lowercase !important;
    }

    .sm\:focus\:u-capitalize:focus {
        text-transform: capitalize !important;
    }

    .sm\:focus\:u-normal-case:focus {
        text-transform: none !important;
    }

    .sm\:focus\:u-underline:focus {
        text-decoration: underline !important;
    }

    .sm\:focus\:u-line-through:focus {
        text-decoration: line-through !important;
    }

    .sm\:focus\:u-no-underline:focus {
        text-decoration: none !important;
    }

    .sm\:focus\:u-antialiased:focus {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .sm\:focus\:u-subpixel-antialiased:focus {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .sm\:u-tracking-tight {
        letter-spacing: -0.05em !important;
    }

    .sm\:u-tracking-normal {
        letter-spacing: 0 !important;
    }

    .sm\:u-tracking-wide {
        letter-spacing: .05em !important;
    }

    .sm\:u-select-none {
        -webkit-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .sm\:u-select-text {
        -webkit-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .sm\:u-align-baseline {
        vertical-align: baseline !important;
    }

    .sm\:u-align-top {
        vertical-align: top !important;
    }

    .sm\:u-align-middle {
        vertical-align: middle !important;
    }

    .sm\:u-align-bottom {
        vertical-align: bottom !important;
    }

    .sm\:u-align-text-top {
        vertical-align: text-top !important;
    }

    .sm\:u-align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .sm\:u-visible {
        visibility: visible !important;
    }

    .sm\:u-invisible {
        visibility: hidden !important;
    }

    .sm\:u-whitespace-normal {
        white-space: normal !important;
    }

    .sm\:u-whitespace-no-wrap {
        white-space: nowrap !important;
    }

    .sm\:u-whitespace-pre {
        white-space: pre !important;
    }

    .sm\:u-whitespace-pre-line {
        white-space: pre-line !important;
    }

    .sm\:u-whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .sm\:u-break-words {
        word-wrap: break-word !important;
    }

    .sm\:u-break-normal {
        word-wrap: normal !important;
    }

    .sm\:u-truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .sm\:u-w-0 {
        width: 0 !important;
    }

    .sm\:u-w-1 {
        width: .25rem !important;
    }

    .sm\:u-w-2 {
        width: .5rem !important;
    }

    .sm\:u-w-3 {
        width: .75rem !important;
    }

    .sm\:u-w-4 {
        width: 1rem !important;
    }

    .sm\:u-w-5 {
        width: 1.25rem !important;
    }

    .sm\:u-w-6 {
        width: 1.5rem !important;
    }

    .sm\:u-w-8 {
        width: 2rem !important;
    }

    .sm\:u-w-10 {
        width: 2.5rem !important;
    }

    .sm\:u-w-12 {
        width: 3rem !important;
    }

    .sm\:u-w-16 {
        width: 4rem !important;
    }

    .sm\:u-w-24 {
        width: 6rem !important;
    }

    .sm\:u-w-32 {
        width: 8rem !important;
    }

    .sm\:u-w-48 {
        width: 12rem !important;
    }

    .sm\:u-w-64 {
        width: 16rem !important;
    }

    .sm\:u-w-72 {
        width: 32rem !important;
    }

    .sm\:u-w-auto {
        width: auto !important;
    }

    .sm\:u-w-px {
        width: 1px !important;
    }

    .sm\:u-w-1\/2 {
        width: 50% !important;
    }

    .sm\:u-w-1\/3 {
        width: 33.33333% !important;
    }

    .sm\:u-w-2\/3 {
        width: 66.66667% !important;
    }

    .sm\:u-w-1\/4 {
        width: 25% !important;
    }

    .sm\:u-w-3\/4 {
        width: 75% !important;
    }

    .sm\:u-w-1\/5 {
        width: 20% !important;
    }

    .sm\:u-w-2\/5 {
        width: 40% !important;
    }

    .sm\:u-w-3\/5 {
        width: 60% !important;
    }

    .sm\:u-w-4\/5 {
        width: 80% !important;
    }

    .sm\:u-w-1\/6 {
        width: 16.66667% !important;
    }

    .sm\:u-w-5\/6 {
        width: 83.33333% !important;
    }

    .sm\:u-w-1\/8 {
        width: 12.5% !important;
    }

    .sm\:u-w-1\/12 {
        width: 8.333333%;
        !important;
    }

    .sm\:u-w-full {
        width: 100% !important;
    }

    .sm\:u-w-screen {
        width: 100vw !important;
    }

    .sm\:u-z-0 {
        z-index: 0 !important;
    }

    .sm\:u-z-10 {
        z-index: 10 !important;
    }

    .sm\:u-z-20 {
        z-index: 20 !important;
    }

    .sm\:u-z-30 {
        z-index: 30 !important;
    }

    .sm\:u-z-40 {
        z-index: 40 !important;
    }

    .sm\:u-z-50 {
        z-index: 50 !important;
    }

    .sm\:u-z-auto {
        z-index: auto !important;
    }

    .sm\:u-o-0 > * + * {
        margin-top: 0 !important;
    }

    .sm\:u-o-1 > * + * {
        margin-top: .25rem !important;
    }

    .sm\:u-o-2 > * + * {
        margin-top: .5rem !important;
    }

    .sm\:u-o-3 > * + * {
        margin-top: .75rem !important;
    }

    .sm\:u-o-4 > * + * {
        margin-top: 1rem !important;
    }

    .sm\:u-o-5 > * + * {
        margin-top: 1.25rem !important;
    }

    .sm\:u-o-6 > * + * {
        margin-top: 1.5rem !important;
    }

    .sm\:u-o-8 > * + * {
        margin-top: 2rem !important;
    }

    .sm\:u-o-10 > * + * {
        margin-top: 2.5rem !important;
    }

    .sm\:u-o-12 > * + * {
        margin-top: 3rem !important;
    }

    .sm\:u-o-16 > * + * {
        margin-top: 4rem !important;
    }

    .sm\:u-o-20 > * + * {
        margin-top: 5rem !important;
    }

    .sm\:u-o-24 > * + * {
        margin-top: 6rem !important;
    }

    .sm\:u-o-32 > * + * {
        margin-top: 8rem !important;
    }

    .sm\:u-o-40 > * + * {
        margin-top: 10rem !important;
    }

    .sm\:u-o-72 > * + * {
        margin-top: 18rem !important;
    }

    .sm\:u-o-px > * + * {
        margin-top: 1px !important;
    }

    .sm\:u-scrim-t-\31 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .sm\:u-scrim-t-\31 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .sm\:u-scrim-t-\31 \/2::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .sm\:u-scrim-t-\32 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .sm\:u-scrim-t-\33 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .sm\:hover\:u-scrim-t-\31 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .sm\:hover\:u-scrim-t-\31 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .sm\:hover\:u-scrim-t-\31 \/2::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .sm\:hover\:u-scrim-t-\32 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .sm\:hover\:u-scrim-t-\33 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .sm\:u-aspect-ratio-square {
        padding-top: 100% !important;
    }

    .sm\:u-aspect-ratio-16\/9 {
        padding-top: 56.25% !important;
    }

    .sm\:u-aspect-ratio-300\/257 {
        padding-top: 85.67% !important;
    }

    .sm\:u-aspect-ratio-304\/199 {
        padding-top: 65.46% !important;
    }

    .sm\:u-aspect-ratio-45\/43 {
        padding-top: 95.56% !important;
    }

    .sm\:u-transform-none {
        transform: none !important;
    }

    .sm\:u-translate-x-1 {
        transform: translateX(.25rem) !important;
    }

    .sm\:u-translate-y-1 {
        transform: translateY(.25rem) !important;
    }

    .sm\:u-translate-x-2 {
        transform: translateX(.5rem) !important;
    }

    .sm\:u-translate-y-2 {
        transform: translateY(.5rem) !important;
    }

    .sm\:u-translate-x-3 {
        transform: translateX(.75rem) !important;
    }

    .sm\:u-translate-y-3 {
        transform: translateY(.75rem) !important;
    }

    .sm\:u-translate-x-4 {
        transform: translateX(1rem) !important;
    }

    .sm\:u-translate-y-4 {
        transform: translateY(1rem) !important;
    }

    .sm\:u-translate-x-5 {
        transform: translateX(1.25rem) !important;
    }

    .sm\:u-translate-y-5 {
        transform: translateY(1.25rem) !important;
    }

    .sm\:u-translate-x-6 {
        transform: translateX(1.5rem) !important;
    }

    .sm\:u-translate-y-6 {
        transform: translateY(1.5rem) !important;
    }

    .sm\:u-translate-x-8 {
        transform: translateX(2rem) !important;
    }

    .sm\:u-translate-y-8 {
        transform: translateY(2rem) !important;
    }

    .sm\:u-translate-x-10 {
        transform: translateX(2.5rem) !important;
    }

    .sm\:u-translate-y-10 {
        transform: translateY(2.5rem) !important;
    }

    .sm\:u-translate-x-12 {
        transform: translateX(3rem) !important;
    }

    .sm\:u-translate-y-12 {
        transform: translateY(3rem) !important;
    }

    .sm\:u-translate-x-16 {
        transform: translateX(4rem) !important;
    }

    .sm\:u-translate-y-16 {
        transform: translateY(4rem) !important;
    }

    .sm\:u-translate-x-20 {
        transform: translateX(5rem) !important;
    }

    .sm\:u-translate-y-20 {
        transform: translateY(5rem) !important;
    }

    .sm\:u-translate-x-24 {
        transform: translateX(6rem) !important;
    }

    .sm\:u-translate-y-24 {
        transform: translateY(6rem) !important;
    }

    .sm\:u-translate-x-32 {
        transform: translateX(8rem) !important;
    }

    .sm\:u-translate-y-32 {
        transform: translateY(8rem) !important;
    }

    .sm\:u-translate-x-1\/2 {
        transform: translateX(50%) !important;
    }

    .sm\:u-translate-y-1\/2 {
        transform: translateY(50%) !important;
    }

    .sm\:u--translate-x-1 {
        transform: translateX(-0.25rem) !important;
    }

    .sm\:u--translate-y-1 {
        transform: translateY(-0.25rem) !important;
    }

    .sm\:u--translate-x-2 {
        transform: translateX(-0.5rem) !important;
    }

    .sm\:u--translate-y-2 {
        transform: translateY(-0.5rem) !important;
    }

    .sm\:u--translate-x-3 {
        transform: translateX(-0.75rem) !important;
    }

    .sm\:u--translate-y-3 {
        transform: translateY(-0.75rem) !important;
    }

    .sm\:u--translate-x-4 {
        transform: translateX(-1rem) !important;
    }

    .sm\:u--translate-y-4 {
        transform: translateY(-1rem) !important;
    }

    .sm\:u--translate-x-5 {
        transform: translateX(-1.25rem) !important;
    }

    .sm\:u--translate-y-5 {
        transform: translateY(-1.25rem) !important;
    }

    .sm\:u--translate-x-6 {
        transform: translateX(-1.5rem) !important;
    }

    .sm\:u--translate-y-6 {
        transform: translateY(-1.5rem) !important;
    }

    .sm\:u--translate-x-8 {
        transform: translateX(-2rem) !important;
    }

    .sm\:u--translate-y-8 {
        transform: translateY(-2rem) !important;
    }

    .sm\:u--translate-x-10 {
        transform: translateX(-2.5rem) !important;
    }

    .sm\:u--translate-y-10 {
        transform: translateY(-2.5rem) !important;
    }

    .sm\:u--translate-x-12 {
        transform: translateX(-3rem) !important;
    }

    .sm\:u--translate-y-12 {
        transform: translateY(-3rem) !important;
    }

    .sm\:u--translate-x-16 {
        transform: translateX(-4rem) !important;
    }

    .sm\:u--translate-y-16 {
        transform: translateY(-4rem) !important;
    }

    .sm\:u--translate-x-20 {
        transform: translateX(-5rem) !important;
    }

    .sm\:u--translate-y-20 {
        transform: translateY(-5rem) !important;
    }

    .sm\:u--translate-x-24 {
        transform: translateX(-6rem) !important;
    }

    .sm\:u--translate-y-24 {
        transform: translateY(-6rem) !important;
    }

    .sm\:u--translate-x-32 {
        transform: translateX(-8rem) !important;
    }

    .sm\:u--translate-y-32 {
        transform: translateY(-8rem) !important;
    }

    .sm\:u--translate-x-1\/2 {
        transform: translateX(-50%) !important;
    }

    .sm\:u--translate-y-1\/2 {
        transform: translateY(-50%) !important;
    }

    .sm\:u-scale-90 {
        transform: scale(.9) !important;
    }

    .sm\:u-scale-x-90 {
        transform: scaleX(.9) !important;
    }

    .sm\:u-scale-y-90 {
        transform: scaleY(.9) !important;
    }

    .sm\:u-scale-100 {
        transform: scale(1) !important;
    }

    .sm\:u-scale-x-100 {
        transform: scaleX(1) !important;
    }

    .sm\:u-scale-y-100 {
        transform: scaleY(1) !important;
    }

    .sm\:u-scale-110 {
        transform: scale(1.1) !important;
    }

    .sm\:u-scale-x-110 {
        transform: scaleX(1.1) !important;
    }

    .sm\:u-scale-y-110 {
        transform: scaleY(1.1) !important;
    }

    .sm\:hocus\:u-transform-none:hover,
    .sm\:hocus\:u-transform-none:focus {
        transform: none !important;
    }

    .sm\:hocus\:u-translate-x-1:hover,
    .sm\:hocus\:u-translate-x-1:focus {
        transform: translateX(.25rem) !important;
    }

    .sm\:hocus\:u-translate-y-1:hover,
    .sm\:hocus\:u-translate-y-1:focus {
        transform: translateY(.25rem) !important;
    }

    .sm\:hocus\:u-translate-x-2:hover,
    .sm\:hocus\:u-translate-x-2:focus {
        transform: translateX(.5rem) !important;
    }

    .sm\:hocus\:u-translate-y-2:hover,
    .sm\:hocus\:u-translate-y-2:focus {
        transform: translateY(.5rem) !important;
    }

    .sm\:hocus\:u-translate-x-3:hover,
    .sm\:hocus\:u-translate-x-3:focus {
        transform: translateX(.75rem) !important;
    }

    .sm\:hocus\:u-translate-y-3:hover,
    .sm\:hocus\:u-translate-y-3:focus {
        transform: translateY(.75rem) !important;
    }

    .sm\:hocus\:u-translate-x-4:hover,
    .sm\:hocus\:u-translate-x-4:focus {
        transform: translateX(1rem) !important;
    }

    .sm\:hocus\:u-translate-y-4:hover,
    .sm\:hocus\:u-translate-y-4:focus {
        transform: translateY(1rem) !important;
    }

    .sm\:hocus\:u-translate-x-5:hover,
    .sm\:hocus\:u-translate-x-5:focus {
        transform: translateX(1.25rem) !important;
    }

    .sm\:hocus\:u-translate-y-5:hover,
    .sm\:hocus\:u-translate-y-5:focus {
        transform: translateY(1.25rem) !important;
    }

    .sm\:hocus\:u-translate-x-6:hover,
    .sm\:hocus\:u-translate-x-6:focus {
        transform: translateX(1.5rem) !important;
    }

    .sm\:hocus\:u-translate-y-6:hover,
    .sm\:hocus\:u-translate-y-6:focus {
        transform: translateY(1.5rem) !important;
    }

    .sm\:hocus\:u-translate-x-8:hover,
    .sm\:hocus\:u-translate-x-8:focus {
        transform: translateX(2rem) !important;
    }

    .sm\:hocus\:u-translate-y-8:hover,
    .sm\:hocus\:u-translate-y-8:focus {
        transform: translateY(2rem) !important;
    }

    .sm\:hocus\:u-translate-x-10:hover,
    .sm\:hocus\:u-translate-x-10:focus {
        transform: translateX(2.5rem) !important;
    }

    .sm\:hocus\:u-translate-y-10:hover,
    .sm\:hocus\:u-translate-y-10:focus {
        transform: translateY(2.5rem) !important;
    }

    .sm\:hocus\:u-translate-x-12:hover,
    .sm\:hocus\:u-translate-x-12:focus {
        transform: translateX(3rem) !important;
    }

    .sm\:hocus\:u-translate-y-12:hover,
    .sm\:hocus\:u-translate-y-12:focus {
        transform: translateY(3rem) !important;
    }

    .sm\:hocus\:u-translate-x-16:hover,
    .sm\:hocus\:u-translate-x-16:focus {
        transform: translateX(4rem) !important;
    }

    .sm\:hocus\:u-translate-y-16:hover,
    .sm\:hocus\:u-translate-y-16:focus {
        transform: translateY(4rem) !important;
    }

    .sm\:hocus\:u-translate-x-20:hover,
    .sm\:hocus\:u-translate-x-20:focus {
        transform: translateX(5rem) !important;
    }

    .sm\:hocus\:u-translate-y-20:hover,
    .sm\:hocus\:u-translate-y-20:focus {
        transform: translateY(5rem) !important;
    }

    .sm\:hocus\:u-translate-x-24:hover,
    .sm\:hocus\:u-translate-x-24:focus {
        transform: translateX(6rem) !important;
    }

    .sm\:hocus\:u-translate-y-24:hover,
    .sm\:hocus\:u-translate-y-24:focus {
        transform: translateY(6rem) !important;
    }

    .sm\:hocus\:u-translate-x-32:hover,
    .sm\:hocus\:u-translate-x-32:focus {
        transform: translateX(8rem) !important;
    }

    .sm\:hocus\:u-translate-y-32:hover,
    .sm\:hocus\:u-translate-y-32:focus {
        transform: translateY(8rem) !important;
    }

    .sm\:hocus\:u-translate-x-1\/2:hover,
    .sm\:hocus\:u-translate-x-1\/2:focus {
        transform: translateX(50%) !important;
    }

    .sm\:hocus\:u-translate-y-1\/2:hover,
    .sm\:hocus\:u-translate-y-1\/2:focus {
        transform: translateY(50%) !important;
    }

    .sm\:hocus\:u--translate-x-1:hover,
    .sm\:hocus\:u--translate-x-1:focus {
        transform: translateX(-0.25rem) !important;
    }

    .sm\:hocus\:u--translate-y-1:hover,
    .sm\:hocus\:u--translate-y-1:focus {
        transform: translateY(-0.25rem) !important;
    }

    .sm\:hocus\:u--translate-x-2:hover,
    .sm\:hocus\:u--translate-x-2:focus {
        transform: translateX(-0.5rem) !important;
    }

    .sm\:hocus\:u--translate-y-2:hover,
    .sm\:hocus\:u--translate-y-2:focus {
        transform: translateY(-0.5rem) !important;
    }

    .sm\:hocus\:u--translate-x-3:hover,
    .sm\:hocus\:u--translate-x-3:focus {
        transform: translateX(-0.75rem) !important;
    }

    .sm\:hocus\:u--translate-y-3:hover,
    .sm\:hocus\:u--translate-y-3:focus {
        transform: translateY(-0.75rem) !important;
    }

    .sm\:hocus\:u--translate-x-4:hover,
    .sm\:hocus\:u--translate-x-4:focus {
        transform: translateX(-1rem) !important;
    }

    .sm\:hocus\:u--translate-y-4:hover,
    .sm\:hocus\:u--translate-y-4:focus {
        transform: translateY(-1rem) !important;
    }

    .sm\:hocus\:u--translate-x-5:hover,
    .sm\:hocus\:u--translate-x-5:focus {
        transform: translateX(-1.25rem) !important;
    }

    .sm\:hocus\:u--translate-y-5:hover,
    .sm\:hocus\:u--translate-y-5:focus {
        transform: translateY(-1.25rem) !important;
    }

    .sm\:hocus\:u--translate-x-6:hover,
    .sm\:hocus\:u--translate-x-6:focus {
        transform: translateX(-1.5rem) !important;
    }

    .sm\:hocus\:u--translate-y-6:hover,
    .sm\:hocus\:u--translate-y-6:focus {
        transform: translateY(-1.5rem) !important;
    }

    .sm\:hocus\:u--translate-x-8:hover,
    .sm\:hocus\:u--translate-x-8:focus {
        transform: translateX(-2rem) !important;
    }

    .sm\:hocus\:u--translate-y-8:hover,
    .sm\:hocus\:u--translate-y-8:focus {
        transform: translateY(-2rem) !important;
    }

    .sm\:hocus\:u--translate-x-10:hover,
    .sm\:hocus\:u--translate-x-10:focus {
        transform: translateX(-2.5rem) !important;
    }

    .sm\:hocus\:u--translate-y-10:hover,
    .sm\:hocus\:u--translate-y-10:focus {
        transform: translateY(-2.5rem) !important;
    }

    .sm\:hocus\:u--translate-x-12:hover,
    .sm\:hocus\:u--translate-x-12:focus {
        transform: translateX(-3rem) !important;
    }

    .sm\:hocus\:u--translate-y-12:hover,
    .sm\:hocus\:u--translate-y-12:focus {
        transform: translateY(-3rem) !important;
    }

    .sm\:hocus\:u--translate-x-16:hover,
    .sm\:hocus\:u--translate-x-16:focus {
        transform: translateX(-4rem) !important;
    }

    .sm\:hocus\:u--translate-y-16:hover,
    .sm\:hocus\:u--translate-y-16:focus {
        transform: translateY(-4rem) !important;
    }

    .sm\:hocus\:u--translate-x-20:hover,
    .sm\:hocus\:u--translate-x-20:focus {
        transform: translateX(-5rem) !important;
    }

    .sm\:hocus\:u--translate-y-20:hover,
    .sm\:hocus\:u--translate-y-20:focus {
        transform: translateY(-5rem) !important;
    }

    .sm\:hocus\:u--translate-x-24:hover,
    .sm\:hocus\:u--translate-x-24:focus {
        transform: translateX(-6rem) !important;
    }

    .sm\:hocus\:u--translate-y-24:hover,
    .sm\:hocus\:u--translate-y-24:focus {
        transform: translateY(-6rem) !important;
    }

    .sm\:hocus\:u--translate-x-32:hover,
    .sm\:hocus\:u--translate-x-32:focus {
        transform: translateX(-8rem) !important;
    }

    .sm\:hocus\:u--translate-y-32:hover,
    .sm\:hocus\:u--translate-y-32:focus {
        transform: translateY(-8rem) !important;
    }

    .sm\:hocus\:u--translate-x-1\/2:hover,
    .sm\:hocus\:u--translate-x-1\/2:focus {
        transform: translateX(-50%) !important;
    }

    .sm\:hocus\:u--translate-y-1\/2:hover,
    .sm\:hocus\:u--translate-y-1\/2:focus {
        transform: translateY(-50%) !important;
    }

    .sm\:hocus\:u-scale-90:hover,
    .sm\:hocus\:u-scale-90:focus {
        transform: scale(.9) !important;
    }

    .sm\:hocus\:u-scale-x-90:hover,
    .sm\:hocus\:u-scale-x-90:focus {
        transform: scaleX(.9) !important;
    }

    .sm\:hocus\:u-scale-y-90:hover,
    .sm\:hocus\:u-scale-y-90:focus {
        transform: scaleY(.9) !important;
    }

    .sm\:hocus\:u-scale-100:hover,
    .sm\:hocus\:u-scale-100:focus {
        transform: scale(1) !important;
    }

    .sm\:hocus\:u-scale-x-100:hover,
    .sm\:hocus\:u-scale-x-100:focus {
        transform: scaleX(1) !important;
    }

    .sm\:hocus\:u-scale-y-100:hover,
    .sm\:hocus\:u-scale-y-100:focus {
        transform: scaleY(1) !important;
    }

    .sm\:hocus\:u-scale-110:hover,
    .sm\:hocus\:u-scale-110:focus {
        transform: scale(1.1) !important;
    }

    .sm\:hocus\:u-scale-x-110:hover,
    .sm\:hocus\:u-scale-x-110:focus {
        transform: scaleX(1.1) !important;
    }

    .sm\:hocus\:u-scale-y-110:hover,
    .sm\:hocus\:u-scale-y-110:focus {
        transform: scaleY(1.1) !important;
    }

    .sm\:u--overlay-87 {
        top: calc((87px / 2) * -1);
    }
}

@media (min-width: 768px) {
    .md\:u-gap-0 {
        margin: -0;
    }

        .md\:u-gap-0 > * {
            margin: 0;
        }

    .md\:u-gap-x-0 {
        margin-left: -0;
        margin-right: -0;
    }

        .md\:u-gap-x-0 > * {
            margin-left: 0;
            margin-right: 0;
        }

    .md\:u-gap-y-0 {
        margin-top: -0;
        margin-bottom: -0;
    }

        .md\:u-gap-y-0 > * {
            margin-top: 0;
            margin-bottom: 0;
        }

    .md\:u-gap-1 {
        margin: -0.125rem;
    }

        .md\:u-gap-1 > * {
            margin: .125rem;
        }

    .md\:u-gap-x-1 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

        .md\:u-gap-x-1 > * {
            margin-left: .125rem;
            margin-right: .125rem;
        }

    .md\:u-gap-y-1 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

        .md\:u-gap-y-1 > * {
            margin-top: .125rem;
            margin-bottom: .125rem;
        }

    .md\:u-gap-2 {
        margin: -0.25rem;
    }

        .md\:u-gap-2 > * {
            margin: .25rem;
        }

    .md\:u-gap-x-2 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

        .md\:u-gap-x-2 > * {
            margin-left: .25rem;
            margin-right: .25rem;
        }

    .md\:u-gap-y-2 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

        .md\:u-gap-y-2 > * {
            margin-top: .25rem;
            margin-bottom: .25rem;
        }

    .md\:u-gap-3 {
        margin: -0.375rem;
    }

        .md\:u-gap-3 > * {
            margin: .375rem;
        }

    .md\:u-gap-x-3 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

        .md\:u-gap-x-3 > * {
            margin-left: .375rem;
            margin-right: .375rem;
        }

    .md\:u-gap-y-3 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

        .md\:u-gap-y-3 > * {
            margin-top: .375rem;
            margin-bottom: .375rem;
        }

    .md\:u-gap-4 {
        margin: -0.5rem;
    }

        .md\:u-gap-4 > * {
            margin: .5rem;
        }

    .md\:u-gap-x-4 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .md\:u-gap-x-4 > * {
            margin-left: .5rem;
            margin-right: .5rem;
        }

    .md\:u-gap-y-4 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

        .md\:u-gap-y-4 > * {
            margin-top: .5rem;
            margin-bottom: .5rem;
        }

    .md\:u-gap-5 {
        margin: -0.625rem;
    }

        .md\:u-gap-5 > * {
            margin: .625rem;
        }

    .md\:u-gap-x-5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

        .md\:u-gap-x-5 > * {
            margin-left: .625rem;
            margin-right: .625rem;
        }

    .md\:u-gap-y-5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

        .md\:u-gap-y-5 > * {
            margin-top: .625rem;
            margin-bottom: .625rem;
        }

    .md\:u-gap-6 {
        margin: -0.75rem;
    }

        .md\:u-gap-6 > * {
            margin: .75rem;
        }

    .md\:u-gap-x-6 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

        .md\:u-gap-x-6 > * {
            margin-left: .75rem;
            margin-right: .75rem;
        }

    .md\:u-gap-y-6 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

        .md\:u-gap-y-6 > * {
            margin-top: .75rem;
            margin-bottom: .75rem;
        }

    .md\:u-gap-8 {
        margin: -1rem;
    }

        .md\:u-gap-8 > * {
            margin: 1rem;
        }

    .md\:u-gap-x-8 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .md\:u-gap-x-8 > * {
            margin-left: 1rem;
            margin-right: 1rem;
        }

    .md\:u-gap-y-8 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

        .md\:u-gap-y-8 > * {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .md\:u-gap-10 {
        margin: -1.25rem;
    }

        .md\:u-gap-10 > * {
            margin: 1.25rem;
        }

    .md\:u-gap-x-10 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .md\:u-gap-x-10 > * {
            margin-left: 1.25rem;
            margin-right: 1.25rem;
        }

    .md\:u-gap-y-10 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

        .md\:u-gap-y-10 > * {
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
        }

    .md\:u-gap-12 {
        margin: -1.5rem;
    }

        .md\:u-gap-12 > * {
            margin: 1.5rem;
        }

    .md\:u-gap-x-12 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .md\:u-gap-x-12 > * {
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

    .md\:u-gap-y-12 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

        .md\:u-gap-y-12 > * {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

    .md\:u-gap-16 {
        margin: -2rem;
    }

        .md\:u-gap-16 > * {
            margin: 2rem;
        }

    .md\:u-gap-x-16 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

        .md\:u-gap-x-16 > * {
            margin-left: 2rem;
            margin-right: 2rem;
        }

    .md\:u-gap-y-16 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

        .md\:u-gap-y-16 > * {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

    .md\:u-gap-20 {
        margin: -2.5rem;
    }

        .md\:u-gap-20 > * {
            margin: 2.5rem;
        }

    .md\:u-gap-x-20 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

        .md\:u-gap-x-20 > * {
            margin-left: 2.5rem;
            margin-right: 2.5rem;
        }

    .md\:u-gap-y-20 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

        .md\:u-gap-y-20 > * {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
        }

    .md\:u-gap-24 {
        margin: -3rem;
    }

        .md\:u-gap-24 > * {
            margin: 3rem;
        }

    .md\:u-gap-x-24 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

        .md\:u-gap-x-24 > * {
            margin-left: 3rem;
            margin-right: 3rem;
        }

    .md\:u-gap-y-24 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

        .md\:u-gap-y-24 > * {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

    .md\:u-gap-32 {
        margin: -4rem;
    }

        .md\:u-gap-32 > * {
            margin: 4rem;
        }

    .md\:u-gap-x-32 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

        .md\:u-gap-x-32 > * {
            margin-left: 4rem;
            margin-right: 4rem;
        }

    .md\:u-gap-y-32 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

        .md\:u-gap-y-32 > * {
            margin-top: 4rem;
            margin-bottom: 4rem;
        }

    .md\:u-gap-px {
        margin: -0.5px;
    }

        .md\:u-gap-px > * {
            margin: .5px;
        }

    .md\:u-gap-x-px {
        margin-left: -0.5px;
        margin-right: -0.5px;
    }

        .md\:u-gap-x-px > * {
            margin-left: .5px;
            margin-right: .5px;
        }

    .md\:u-gap-y-px {
        margin-top: -0.5px;
        margin-bottom: -0.5px;
    }

        .md\:u-gap-y-px > * {
            margin-top: .5px;
            margin-bottom: .5px;
        }

    .md\:u-list-reset {
        list-style: none !important;
        padding: 0 !important;
    }

    .md\:u-appearance-none {
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    .md\:u-bg-fixed {
        background-attachment: fixed !important;
    }

    .md\:u-bg-local {
        background-attachment: local !important;
    }

    .md\:u-bg-scroll {
        background-attachment: scroll !important;
    }

    .md\:u-bg-transparent {
        background-color: transparent !important;
    }

    .md\:u-bg-black {
        background-color: #05001e !important;
    }

    .md\:u-bg-white {
        background-color: #fff !important;
    }

    .md\:u-bg-yellow {
        background-color: #ffc700 !important;
    }

    .md\:u-bg-coral {
        background-color: #ff9e6d !important;
    }

    .md\:u-bg-green {
        background-color: #00ff01 !important;
    }

    .md\:u-bg-navy {
        background-color: #151716 !important;
    }

    .md\:u-bg-navy-light {
        background-color: #14133d !important;
    }

    .md\:u-bg-navy-lighter {
        background-color: #404064 !important;
    }

    .md\:u-bg-navy-lightest {
        background-color: #74768f !important;
    }

    .md\:u-bg-navy-grey {
        background-color: #2f3158 !important;
    }

    .md\:u-bg-blue {
        background-color: #1500fe !important;
    }

    .md\:u-bg-wild-sand {
        background-color: #f4f4f4 !important;
    }

    .md\:u-bg-grey-light {
        background-color: #dadada !important;
    }

    .md\:u-bg-grey-lighter {
        background-color: #f4f4f4 !important;
    }

    .md\:u-bg-grey-lightest {
        background-color: #f8fafc !important;
    }

    .md\:u-bg-nav-border {
        background-color: #323254 !important;
    }

    .md\:u-bg-silver {
        background-color: #bebebe !important;
    }

    .md\:u-bg-red {
        background-color: #ff0201 !important;
    }

    .md\:u-bg-black--dark {
        background-color: #04001a !important;
    }

    .md\:u-bg-black--light {
        background-color: #060022 !important;
    }

    .md\:u-bg-white--dark {
        background-color: #e0e0e0 !important;
    }

    .md\:u-bg-white--light {
        background-color: #fff !important;
    }

    .md\:u-bg-yellow--dark {
        background-color: #e0af00 !important;
    }

    .md\:u-bg-yellow--light {
        background-color: #ffce1f !important;
    }

    .md\:u-bg-coral--dark {
        background-color: #ff8141 !important;
    }

    .md\:u-bg-coral--light {
        background-color: #fb9 !important;
    }

    .md\:u-bg-green--dark {
        background-color: #00e001 !important;
    }

    .md\:u-bg-green--light {
        background-color: #1fff1f !important;
    }

    .md\:u-bg-navy--dark {
        background-color: #000028 !important;
    }

    .md\:u-bg-navy--light {
        background-color: #000032 !important;
    }

    .md\:u-bg-navy-light--dark {
        background-color: #121136 !important;
    }

    .md\:u-bg-navy-light--light {
        background-color: #161544 !important;
    }

    .md\:u-bg-navy-lighter--dark {
        background-color: #383858 !important;
    }

    .md\:u-bg-navy-lighter--light {
        background-color: #484870 !important;
    }

    .md\:u-bg-navy-lightest--dark {
        background-color: #66687e !important;
    }

    .md\:u-bg-navy-lightest--light {
        background-color: #85879d !important;
    }

    .md\:u-bg-navy-grey--dark {
        background-color: #292b4d !important;
    }

    .md\:u-bg-navy-grey--light {
        background-color: #353763 !important;
    }

    .md\:u-bg-blue--dark {
        background-color: #1200e0 !important;
    }

    .md\:u-bg-blue--light {
        background-color: #301dff !important;
    }

    .md\:u-bg-wild-sand--dark {
        background-color: #d7d7d7 !important;
    }

    .md\:u-bg-wild-sand--light {
        background-color: #fff !important;
    }

    .md\:u-bg-grey-light--dark {
        background-color: #c0c0c0 !important;
    }

    .md\:u-bg-grey-light--light {
        background-color: #f4f4f4 !important;
    }

    .md\:u-bg-grey-lighter--dark {
        background-color: #d7d7d7 !important;
    }

    .md\:u-bg-grey-lighter--light {
        background-color: #fff !important;
    }

    .md\:u-bg-grey-lightest--dark {
        background-color: #cedcea !important;
    }

    .md\:u-bg-grey-lightest--light {
        background-color: #fff !important;
    }

    .md\:u-bg-nav-border--dark {
        background-color: #2c2c4a !important;
    }

    .md\:u-bg-nav-border--light {
        background-color: #38385e !important;
    }

    .md\:u-bg-silver--dark {
        background-color: #a7a7a7 !important;
    }

    .md\:u-bg-silver--light {
        background-color: #d5d5d5 !important;
    }

    .md\:u-bg-red--dark {
        background-color: #e10100 !important;
    }

    .md\:u-bg-red--light {
        background-color: #ff2120 !important;
    }

    .md\:hover\:u-bg-transparent:hover {
        background-color: transparent !important;
    }

    .md\:hover\:u-bg-black:hover {
        background-color: #05001e !important;
    }

    .md\:hover\:u-bg-white:hover {
        background-color: #fff !important;
    }

    .md\:hover\:u-bg-yellow:hover {
        background-color: #ffc700 !important;
    }

    .md\:hover\:u-bg-coral:hover {
        background-color: #ff9e6d !important;
    }

    .md\:hover\:u-bg-green:hover {
        background-color: #00ff01 !important;
    }

    .md\:hover\:u-bg-navy:hover {
        background-color: #151716 !important;
    }

    .md\:hover\:u-bg-navy-light:hover {
        background-color: #14133d !important;
    }

    .md\:hover\:u-bg-navy-lighter:hover {
        background-color: #404064 !important;
    }

    .md\:hover\:u-bg-navy-lightest:hover {
        background-color: #74768f !important;
    }

    .md\:hover\:u-bg-navy-grey:hover {
        background-color: #2f3158 !important;
    }

    .md\:hover\:u-bg-blue:hover {
        background-color: #1500fe !important;
    }

    .md\:hover\:u-bg-wild-sand:hover {
        background-color: #f4f4f4 !important;
    }

    .md\:hover\:u-bg-grey-light:hover {
        background-color: #dadada !important;
    }

    .md\:hover\:u-bg-grey-lighter:hover {
        background-color: #f4f4f4 !important;
    }

    .md\:hover\:u-bg-grey-lightest:hover {
        background-color: #f8fafc !important;
    }

    .md\:hover\:u-bg-nav-border:hover {
        background-color: #323254 !important;
    }

    .md\:hover\:u-bg-silver:hover {
        background-color: #bebebe !important;
    }

    .md\:hover\:u-bg-red:hover {
        background-color: #ff0201 !important;
    }

    .md\:hover\:u-bg-black--dark:hover {
        background-color: #04001a !important;
    }

    .md\:hover\:u-bg-black--light:hover {
        background-color: #060022 !important;
    }

    .md\:hover\:u-bg-white--dark:hover {
        background-color: #e0e0e0 !important;
    }

    .md\:hover\:u-bg-white--light:hover {
        background-color: #fff !important;
    }

    .md\:hover\:u-bg-yellow--dark:hover {
        background-color: #e0af00 !important;
    }

    .md\:hover\:u-bg-yellow--light:hover {
        background-color: #ffce1f !important;
    }

    .md\:hover\:u-bg-coral--dark:hover {
        background-color: #ff8141 !important;
    }

    .md\:hover\:u-bg-coral--light:hover {
        background-color: #fb9 !important;
    }

    .md\:hover\:u-bg-green--dark:hover {
        background-color: #00e001 !important;
    }

    .md\:hover\:u-bg-green--light:hover {
        background-color: #1fff1f !important;
    }

    .md\:hover\:u-bg-navy--dark:hover {
        background-color: #000028 !important;
    }

    .md\:hover\:u-bg-navy--light:hover {
        background-color: #000032 !important;
    }

    .md\:hover\:u-bg-navy-light--dark:hover {
        background-color: #121136 !important;
    }

    .md\:hover\:u-bg-navy-light--light:hover {
        background-color: #161544 !important;
    }

    .md\:hover\:u-bg-navy-lighter--dark:hover {
        background-color: #383858 !important;
    }

    .md\:hover\:u-bg-navy-lighter--light:hover {
        background-color: #484870 !important;
    }

    .md\:hover\:u-bg-navy-lightest--dark:hover {
        background-color: #66687e !important;
    }

    .md\:hover\:u-bg-navy-lightest--light:hover {
        background-color: #85879d !important;
    }

    .md\:hover\:u-bg-navy-grey--dark:hover {
        background-color: #292b4d !important;
    }

    .md\:hover\:u-bg-navy-grey--light:hover {
        background-color: #353763 !important;
    }

    .md\:hover\:u-bg-blue--dark:hover {
        background-color: #1200e0 !important;
    }

    .md\:hover\:u-bg-blue--light:hover {
        background-color: #301dff !important;
    }

    .md\:hover\:u-bg-wild-sand--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .md\:hover\:u-bg-wild-sand--light:hover {
        background-color: #fff !important;
    }

    .md\:hover\:u-bg-grey-light--dark:hover {
        background-color: #c0c0c0 !important;
    }

    .md\:hover\:u-bg-grey-light--light:hover {
        background-color: #f4f4f4 !important;
    }

    .md\:hover\:u-bg-grey-lighter--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .md\:hover\:u-bg-grey-lighter--light:hover {
        background-color: #fff !important;
    }

    .md\:hover\:u-bg-grey-lightest--dark:hover {
        background-color: #cedcea !important;
    }

    .md\:hover\:u-bg-grey-lightest--light:hover {
        background-color: #fff !important;
    }

    .md\:hover\:u-bg-nav-border--dark:hover {
        background-color: #2c2c4a !important;
    }

    .md\:hover\:u-bg-nav-border--light:hover {
        background-color: #38385e !important;
    }

    .md\:hover\:u-bg-silver--dark:hover {
        background-color: #a7a7a7 !important;
    }

    .md\:hover\:u-bg-silver--light:hover {
        background-color: #d5d5d5 !important;
    }

    .md\:hover\:u-bg-red--dark:hover {
        background-color: #e10100 !important;
    }

    .md\:hover\:u-bg-red--light:hover {
        background-color: #ff2120 !important;
    }

    .md\:focus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .md\:focus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .md\:focus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .md\:focus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .md\:focus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .md\:focus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .md\:focus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .md\:focus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .md\:focus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .md\:focus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .md\:focus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .md\:focus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .md\:focus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .md\:focus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .md\:focus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .md\:focus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .md\:focus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .md\:focus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .md\:focus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .md\:focus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .md\:focus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .md\:focus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .md\:focus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .md\:focus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .md\:focus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .md\:focus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .md\:focus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .md\:focus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .md\:focus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .md\:focus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .md\:focus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .md\:focus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .md\:focus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .md\:focus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .md\:focus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .md\:focus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .md\:focus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .md\:focus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .md\:focus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .md\:focus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .md\:focus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .md\:focus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .md\:focus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .md\:focus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .md\:focus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .md\:focus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .md\:focus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .md\:focus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .md\:focus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .md\:focus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .md\:focus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .md\:focus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .md\:focus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .md\:focus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .md\:focus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .md\:hocus\:u-bg-transparent:hover,
    .md\:hocus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .md\:hocus\:u-bg-black:hover,
    .md\:hocus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .md\:hocus\:u-bg-white:hover,
    .md\:hocus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .md\:hocus\:u-bg-yellow:hover,
    .md\:hocus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .md\:hocus\:u-bg-coral:hover,
    .md\:hocus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .md\:hocus\:u-bg-green:hover,
    .md\:hocus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .md\:hocus\:u-bg-navy:hover,
    .md\:hocus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .md\:hocus\:u-bg-navy-light:hover,
    .md\:hocus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .md\:hocus\:u-bg-navy-lighter:hover,
    .md\:hocus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .md\:hocus\:u-bg-navy-lightest:hover,
    .md\:hocus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .md\:hocus\:u-bg-navy-grey:hover,
    .md\:hocus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .md\:hocus\:u-bg-blue:hover,
    .md\:hocus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .md\:hocus\:u-bg-wild-sand:hover,
    .md\:hocus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .md\:hocus\:u-bg-grey-light:hover,
    .md\:hocus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .md\:hocus\:u-bg-grey-lighter:hover,
    .md\:hocus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .md\:hocus\:u-bg-grey-lightest:hover,
    .md\:hocus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .md\:hocus\:u-bg-nav-border:hover,
    .md\:hocus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .md\:hocus\:u-bg-silver:hover,
    .md\:hocus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .md\:hocus\:u-bg-red:hover,
    .md\:hocus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .md\:hocus\:u-bg-black--dark:hover,
    .md\:hocus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .md\:hocus\:u-bg-black--light:hover,
    .md\:hocus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .md\:hocus\:u-bg-white--dark:hover,
    .md\:hocus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .md\:hocus\:u-bg-white--light:hover,
    .md\:hocus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .md\:hocus\:u-bg-yellow--dark:hover,
    .md\:hocus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .md\:hocus\:u-bg-yellow--light:hover,
    .md\:hocus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .md\:hocus\:u-bg-coral--dark:hover,
    .md\:hocus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .md\:hocus\:u-bg-coral--light:hover,
    .md\:hocus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .md\:hocus\:u-bg-green--dark:hover,
    .md\:hocus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .md\:hocus\:u-bg-green--light:hover,
    .md\:hocus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .md\:hocus\:u-bg-navy--dark:hover,
    .md\:hocus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .md\:hocus\:u-bg-navy--light:hover,
    .md\:hocus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .md\:hocus\:u-bg-navy-light--dark:hover,
    .md\:hocus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .md\:hocus\:u-bg-navy-light--light:hover,
    .md\:hocus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .md\:hocus\:u-bg-navy-lighter--dark:hover,
    .md\:hocus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .md\:hocus\:u-bg-navy-lighter--light:hover,
    .md\:hocus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .md\:hocus\:u-bg-navy-lightest--dark:hover,
    .md\:hocus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .md\:hocus\:u-bg-navy-lightest--light:hover,
    .md\:hocus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .md\:hocus\:u-bg-navy-grey--dark:hover,
    .md\:hocus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .md\:hocus\:u-bg-navy-grey--light:hover,
    .md\:hocus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .md\:hocus\:u-bg-blue--dark:hover,
    .md\:hocus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .md\:hocus\:u-bg-blue--light:hover,
    .md\:hocus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .md\:hocus\:u-bg-wild-sand--dark:hover,
    .md\:hocus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .md\:hocus\:u-bg-wild-sand--light:hover,
    .md\:hocus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .md\:hocus\:u-bg-grey-light--dark:hover,
    .md\:hocus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .md\:hocus\:u-bg-grey-light--light:hover,
    .md\:hocus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .md\:hocus\:u-bg-grey-lighter--dark:hover,
    .md\:hocus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .md\:hocus\:u-bg-grey-lighter--light:hover,
    .md\:hocus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .md\:hocus\:u-bg-grey-lightest--dark:hover,
    .md\:hocus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .md\:hocus\:u-bg-grey-lightest--light:hover,
    .md\:hocus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .md\:hocus\:u-bg-nav-border--dark:hover,
    .md\:hocus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .md\:hocus\:u-bg-nav-border--light:hover,
    .md\:hocus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .md\:hocus\:u-bg-silver--dark:hover,
    .md\:hocus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .md\:hocus\:u-bg-silver--light:hover,
    .md\:hocus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .md\:hocus\:u-bg-red--dark:hover,
    .md\:hocus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .md\:hocus\:u-bg-red--light:hover,
    .md\:hocus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .md\:u-bg-bottom {
        background-position: bottom !important;
    }

    .md\:u-bg-center {
        background-position: center !important;
    }

    .md\:u-bg-left {
        background-position: left !important;
    }

    .md\:u-bg-left-bottom {
        background-position: left bottom !important;
    }

    .md\:u-bg-left-top {
        background-position: left top !important;
    }

    .md\:u-bg-right {
        background-position: right !important;
    }

    .md\:u-bg-right-bottom {
        background-position: right bottom !important;
    }

    .md\:u-bg-right-top {
        background-position: right top !important;
    }

    .md\:u-bg-top {
        background-position: top !important;
    }

    .md\:u-bg-repeat {
        background-repeat: repeat !important;
    }

    .md\:u-bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .md\:u-bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .md\:u-bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .md\:u-bg-auto {
        background-size: auto !important;
    }

    .md\:u-bg-cover {
        background-size: cover !important;
    }

    .md\:u-bg-contain {
        background-size: contain !important;
    }

    .md\:u-border-transparent {
        border-color: transparent !important;
    }

    .md\:u-border-black {
        border-color: #05001e !important;
    }

    .md\:u-border-white {
        border-color: #fff !important;
    }

    .md\:u-border-yellow {
        border-color: #ffc700 !important;
    }

    .md\:u-border-coral {
        border-color: #ff9e6d !important;
    }

    .md\:u-border-green {
        border-color: #00ff01 !important;
    }

    .md\:u-border-navy {
        border-color: #151716 !important;
    }

    .md\:u-border-navy-light {
        border-color: #14133d !important;
    }

    .md\:u-border-navy-lighter {
        border-color: #404064 !important;
    }

    .md\:u-border-navy-lightest {
        border-color: #74768f !important;
    }

    .md\:u-border-navy-grey {
        border-color: #2f3158 !important;
    }

    .md\:u-border-blue {
        border-color: #1500fe !important;
    }

    .md\:u-border-wild-sand {
        border-color: #f4f4f4 !important;
    }

    .md\:u-border-grey-light {
        border-color: #dadada !important;
    }

    .md\:u-border-grey-lighter {
        border-color: #f4f4f4 !important;
    }

    .md\:u-border-grey-lightest {
        border-color: #f8fafc !important;
    }

    .md\:u-border-nav-border {
        border-color: #323254 !important;
    }

    .md\:u-border-silver {
        border-color: #bebebe !important;
    }

    .md\:u-border-red {
        border-color: #ff0201 !important;
    }

    .md\:u-border-black--dark {
        border-color: #04001a !important;
    }

    .md\:u-border-black--light {
        border-color: #060022 !important;
    }

    .md\:u-border-white--dark {
        border-color: #e0e0e0 !important;
    }

    .md\:u-border-white--light {
        border-color: #fff !important;
    }

    .md\:u-border-yellow--dark {
        border-color: #e0af00 !important;
    }

    .md\:u-border-yellow--light {
        border-color: #ffce1f !important;
    }

    .md\:u-border-coral--dark {
        border-color: #ff8141 !important;
    }

    .md\:u-border-coral--light {
        border-color: #fb9 !important;
    }

    .md\:u-border-green--dark {
        border-color: #00e001 !important;
    }

    .md\:u-border-green--light {
        border-color: #1fff1f !important;
    }

    .md\:u-border-navy--dark {
        border-color: #000028 !important;
    }

    .md\:u-border-navy--light {
        border-color: #000032 !important;
    }

    .md\:u-border-navy-light--dark {
        border-color: #121136 !important;
    }

    .md\:u-border-navy-light--light {
        border-color: #161544 !important;
    }

    .md\:u-border-navy-lighter--dark {
        border-color: #383858 !important;
    }

    .md\:u-border-navy-lighter--light {
        border-color: #484870 !important;
    }

    .md\:u-border-navy-lightest--dark {
        border-color: #66687e !important;
    }

    .md\:u-border-navy-lightest--light {
        border-color: #85879d !important;
    }

    .md\:u-border-navy-grey--dark {
        border-color: #292b4d !important;
    }

    .md\:u-border-navy-grey--light {
        border-color: #353763 !important;
    }

    .md\:u-border-blue--dark {
        border-color: #1200e0 !important;
    }

    .md\:u-border-blue--light {
        border-color: #301dff !important;
    }

    .md\:u-border-wild-sand--dark {
        border-color: #d7d7d7 !important;
    }

    .md\:u-border-wild-sand--light {
        border-color: #fff !important;
    }

    .md\:u-border-grey-light--dark {
        border-color: #c0c0c0 !important;
    }

    .md\:u-border-grey-light--light {
        border-color: #f4f4f4 !important;
    }

    .md\:u-border-grey-lighter--dark {
        border-color: #d7d7d7 !important;
    }

    .md\:u-border-grey-lighter--light {
        border-color: #fff !important;
    }

    .md\:u-border-grey-lightest--dark {
        border-color: #cedcea !important;
    }

    .md\:u-border-grey-lightest--light {
        border-color: #fff !important;
    }

    .md\:u-border-nav-border--dark {
        border-color: #2c2c4a !important;
    }

    .md\:u-border-nav-border--light {
        border-color: #38385e !important;
    }

    .md\:u-border-silver--dark {
        border-color: #a7a7a7 !important;
    }

    .md\:u-border-silver--light {
        border-color: #d5d5d5 !important;
    }

    .md\:u-border-red--dark {
        border-color: #e10100 !important;
    }

    .md\:u-border-red--light {
        border-color: #ff2120 !important;
    }

    .md\:hover\:u-border-transparent:hover {
        border-color: transparent !important;
    }

    .md\:hover\:u-border-black:hover {
        border-color: #05001e !important;
    }

    .md\:hover\:u-border-white:hover {
        border-color: #fff !important;
    }

    .md\:hover\:u-border-yellow:hover {
        border-color: #ffc700 !important;
    }

    .md\:hover\:u-border-coral:hover {
        border-color: #ff9e6d !important;
    }

    .md\:hover\:u-border-green:hover {
        border-color: #00ff01 !important;
    }

    .md\:hover\:u-border-navy:hover {
        border-color: #151716 !important;
    }

    .md\:hover\:u-border-navy-light:hover {
        border-color: #14133d !important;
    }

    .md\:hover\:u-border-navy-lighter:hover {
        border-color: #404064 !important;
    }

    .md\:hover\:u-border-navy-lightest:hover {
        border-color: #74768f !important;
    }

    .md\:hover\:u-border-navy-grey:hover {
        border-color: #2f3158 !important;
    }

    .md\:hover\:u-border-blue:hover {
        border-color: #1500fe !important;
    }

    .md\:hover\:u-border-wild-sand:hover {
        border-color: #f4f4f4 !important;
    }

    .md\:hover\:u-border-grey-light:hover {
        border-color: #dadada !important;
    }

    .md\:hover\:u-border-grey-lighter:hover {
        border-color: #f4f4f4 !important;
    }

    .md\:hover\:u-border-grey-lightest:hover {
        border-color: #f8fafc !important;
    }

    .md\:hover\:u-border-nav-border:hover {
        border-color: #323254 !important;
    }

    .md\:hover\:u-border-silver:hover {
        border-color: #bebebe !important;
    }

    .md\:hover\:u-border-red:hover {
        border-color: #ff0201 !important;
    }

    .md\:hover\:u-border-black--dark:hover {
        border-color: #04001a !important;
    }

    .md\:hover\:u-border-black--light:hover {
        border-color: #060022 !important;
    }

    .md\:hover\:u-border-white--dark:hover {
        border-color: #e0e0e0 !important;
    }

    .md\:hover\:u-border-white--light:hover {
        border-color: #fff !important;
    }

    .md\:hover\:u-border-yellow--dark:hover {
        border-color: #e0af00 !important;
    }

    .md\:hover\:u-border-yellow--light:hover {
        border-color: #ffce1f !important;
    }

    .md\:hover\:u-border-coral--dark:hover {
        border-color: #ff8141 !important;
    }

    .md\:hover\:u-border-coral--light:hover {
        border-color: #fb9 !important;
    }

    .md\:hover\:u-border-green--dark:hover {
        border-color: #00e001 !important;
    }

    .md\:hover\:u-border-green--light:hover {
        border-color: #1fff1f !important;
    }

    .md\:hover\:u-border-navy--dark:hover {
        border-color: #000028 !important;
    }

    .md\:hover\:u-border-navy--light:hover {
        border-color: #000032 !important;
    }

    .md\:hover\:u-border-navy-light--dark:hover {
        border-color: #121136 !important;
    }

    .md\:hover\:u-border-navy-light--light:hover {
        border-color: #161544 !important;
    }

    .md\:hover\:u-border-navy-lighter--dark:hover {
        border-color: #383858 !important;
    }

    .md\:hover\:u-border-navy-lighter--light:hover {
        border-color: #484870 !important;
    }

    .md\:hover\:u-border-navy-lightest--dark:hover {
        border-color: #66687e !important;
    }

    .md\:hover\:u-border-navy-lightest--light:hover {
        border-color: #85879d !important;
    }

    .md\:hover\:u-border-navy-grey--dark:hover {
        border-color: #292b4d !important;
    }

    .md\:hover\:u-border-navy-grey--light:hover {
        border-color: #353763 !important;
    }

    .md\:hover\:u-border-blue--dark:hover {
        border-color: #1200e0 !important;
    }

    .md\:hover\:u-border-blue--light:hover {
        border-color: #301dff !important;
    }

    .md\:hover\:u-border-wild-sand--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .md\:hover\:u-border-wild-sand--light:hover {
        border-color: #fff !important;
    }

    .md\:hover\:u-border-grey-light--dark:hover {
        border-color: #c0c0c0 !important;
    }

    .md\:hover\:u-border-grey-light--light:hover {
        border-color: #f4f4f4 !important;
    }

    .md\:hover\:u-border-grey-lighter--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .md\:hover\:u-border-grey-lighter--light:hover {
        border-color: #fff !important;
    }

    .md\:hover\:u-border-grey-lightest--dark:hover {
        border-color: #cedcea !important;
    }

    .md\:hover\:u-border-grey-lightest--light:hover {
        border-color: #fff !important;
    }

    .md\:hover\:u-border-nav-border--dark:hover {
        border-color: #2c2c4a !important;
    }

    .md\:hover\:u-border-nav-border--light:hover {
        border-color: #38385e !important;
    }

    .md\:hover\:u-border-silver--dark:hover {
        border-color: #a7a7a7 !important;
    }

    .md\:hover\:u-border-silver--light:hover {
        border-color: #d5d5d5 !important;
    }

    .md\:hover\:u-border-red--dark:hover {
        border-color: #e10100 !important;
    }

    .md\:hover\:u-border-red--light:hover {
        border-color: #ff2120 !important;
    }

    .md\:focus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .md\:focus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .md\:focus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .md\:focus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .md\:focus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .md\:focus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .md\:focus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .md\:focus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .md\:focus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .md\:focus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .md\:focus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .md\:focus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .md\:focus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .md\:focus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .md\:focus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .md\:focus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .md\:focus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .md\:focus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .md\:focus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .md\:focus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .md\:focus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .md\:focus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .md\:focus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .md\:focus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .md\:focus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .md\:focus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .md\:focus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .md\:focus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .md\:focus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .md\:focus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .md\:focus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .md\:focus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .md\:focus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .md\:focus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .md\:focus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .md\:focus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .md\:focus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .md\:focus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .md\:focus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .md\:focus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .md\:focus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .md\:focus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .md\:focus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .md\:focus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .md\:focus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .md\:focus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .md\:focus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .md\:focus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .md\:focus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .md\:focus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .md\:focus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .md\:focus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .md\:focus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .md\:focus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .md\:focus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .md\:hocus\:u-border-transparent:hover,
    .md\:hocus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .md\:hocus\:u-border-black:hover,
    .md\:hocus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .md\:hocus\:u-border-white:hover,
    .md\:hocus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .md\:hocus\:u-border-yellow:hover,
    .md\:hocus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .md\:hocus\:u-border-coral:hover,
    .md\:hocus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .md\:hocus\:u-border-green:hover,
    .md\:hocus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .md\:hocus\:u-border-navy:hover,
    .md\:hocus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .md\:hocus\:u-border-navy-light:hover,
    .md\:hocus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .md\:hocus\:u-border-navy-lighter:hover,
    .md\:hocus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .md\:hocus\:u-border-navy-lightest:hover,
    .md\:hocus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .md\:hocus\:u-border-navy-grey:hover,
    .md\:hocus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .md\:hocus\:u-border-blue:hover,
    .md\:hocus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .md\:hocus\:u-border-wild-sand:hover,
    .md\:hocus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .md\:hocus\:u-border-grey-light:hover,
    .md\:hocus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .md\:hocus\:u-border-grey-lighter:hover,
    .md\:hocus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .md\:hocus\:u-border-grey-lightest:hover,
    .md\:hocus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .md\:hocus\:u-border-nav-border:hover,
    .md\:hocus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .md\:hocus\:u-border-silver:hover,
    .md\:hocus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .md\:hocus\:u-border-red:hover,
    .md\:hocus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .md\:hocus\:u-border-black--dark:hover,
    .md\:hocus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .md\:hocus\:u-border-black--light:hover,
    .md\:hocus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .md\:hocus\:u-border-white--dark:hover,
    .md\:hocus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .md\:hocus\:u-border-white--light:hover,
    .md\:hocus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .md\:hocus\:u-border-yellow--dark:hover,
    .md\:hocus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .md\:hocus\:u-border-yellow--light:hover,
    .md\:hocus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .md\:hocus\:u-border-coral--dark:hover,
    .md\:hocus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .md\:hocus\:u-border-coral--light:hover,
    .md\:hocus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .md\:hocus\:u-border-green--dark:hover,
    .md\:hocus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .md\:hocus\:u-border-green--light:hover,
    .md\:hocus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .md\:hocus\:u-border-navy--dark:hover,
    .md\:hocus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .md\:hocus\:u-border-navy--light:hover,
    .md\:hocus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .md\:hocus\:u-border-navy-light--dark:hover,
    .md\:hocus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .md\:hocus\:u-border-navy-light--light:hover,
    .md\:hocus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .md\:hocus\:u-border-navy-lighter--dark:hover,
    .md\:hocus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .md\:hocus\:u-border-navy-lighter--light:hover,
    .md\:hocus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .md\:hocus\:u-border-navy-lightest--dark:hover,
    .md\:hocus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .md\:hocus\:u-border-navy-lightest--light:hover,
    .md\:hocus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .md\:hocus\:u-border-navy-grey--dark:hover,
    .md\:hocus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .md\:hocus\:u-border-navy-grey--light:hover,
    .md\:hocus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .md\:hocus\:u-border-blue--dark:hover,
    .md\:hocus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .md\:hocus\:u-border-blue--light:hover,
    .md\:hocus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .md\:hocus\:u-border-wild-sand--dark:hover,
    .md\:hocus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .md\:hocus\:u-border-wild-sand--light:hover,
    .md\:hocus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .md\:hocus\:u-border-grey-light--dark:hover,
    .md\:hocus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .md\:hocus\:u-border-grey-light--light:hover,
    .md\:hocus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .md\:hocus\:u-border-grey-lighter--dark:hover,
    .md\:hocus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .md\:hocus\:u-border-grey-lighter--light:hover,
    .md\:hocus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .md\:hocus\:u-border-grey-lightest--dark:hover,
    .md\:hocus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .md\:hocus\:u-border-grey-lightest--light:hover,
    .md\:hocus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .md\:hocus\:u-border-nav-border--dark:hover,
    .md\:hocus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .md\:hocus\:u-border-nav-border--light:hover,
    .md\:hocus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .md\:hocus\:u-border-silver--dark:hover,
    .md\:hocus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .md\:hocus\:u-border-silver--light:hover,
    .md\:hocus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .md\:hocus\:u-border-red--dark:hover,
    .md\:hocus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .md\:hocus\:u-border-red--light:hover,
    .md\:hocus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .md\:u-rounded-none {
        border-radius: 0 !important;
    }

    .md\:u-rounded-sm {
        border-radius: .125rem !important;
    }

    .md\:u-rounded {
        border-radius: .25rem !important;
    }

    .md\:u-rounded-lg {
        border-radius: .5rem !important;
    }

    .md\:u-rounded-full {
        border-radius: 9999px !important;
    }

    .md\:u-rounded-t-none {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .md\:u-rounded-r-none {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .md\:u-rounded-b-none {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .md\:u-rounded-l-none {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .md\:u-rounded-t-sm {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important;
    }

    .md\:u-rounded-r-sm {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important;
    }

    .md\:u-rounded-b-sm {
        border-bottom-right-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .md\:u-rounded-l-sm {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .md\:u-rounded-t {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
    }

    .md\:u-rounded-r {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }

    .md\:u-rounded-b {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .md\:u-rounded-l {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .md\:u-rounded-t-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important;
    }

    .md\:u-rounded-r-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important;
    }

    .md\:u-rounded-b-lg {
        border-bottom-right-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .md\:u-rounded-l-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .md\:u-rounded-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .md\:u-rounded-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .md\:u-rounded-b-full {
        border-bottom-right-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .md\:u-rounded-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .md\:u-rounded-tl-none {
        border-top-left-radius: 0 !important;
    }

    .md\:u-rounded-tr-none {
        border-top-right-radius: 0 !important;
    }

    .md\:u-rounded-br-none {
        border-bottom-right-radius: 0 !important;
    }

    .md\:u-rounded-bl-none {
        border-bottom-left-radius: 0 !important;
    }

    .md\:u-rounded-tl-sm {
        border-top-left-radius: .125rem !important;
    }

    .md\:u-rounded-tr-sm {
        border-top-right-radius: .125rem !important;
    }

    .md\:u-rounded-br-sm {
        border-bottom-right-radius: .125rem !important;
    }

    .md\:u-rounded-bl-sm {
        border-bottom-left-radius: .125rem !important;
    }

    .md\:u-rounded-tl {
        border-top-left-radius: .25rem !important;
    }

    .md\:u-rounded-tr {
        border-top-right-radius: .25rem !important;
    }

    .md\:u-rounded-br {
        border-bottom-right-radius: .25rem !important;
    }

    .md\:u-rounded-bl {
        border-bottom-left-radius: .25rem !important;
    }

    .md\:u-rounded-tl-lg {
        border-top-left-radius: .5rem !important;
    }

    .md\:u-rounded-tr-lg {
        border-top-right-radius: .5rem !important;
    }

    .md\:u-rounded-br-lg {
        border-bottom-right-radius: .5rem !important;
    }

    .md\:u-rounded-bl-lg {
        border-bottom-left-radius: .5rem !important;
    }

    .md\:u-rounded-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .md\:u-rounded-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .md\:u-rounded-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .md\:u-rounded-bl-full {
        border-bottom-left-radius: 9999px !important;
    }

    .md\:u-border-solid {
        border-style: solid !important;
    }

    .md\:u-border-dashed {
        border-style: dashed !important;
    }

    .md\:u-border-dotted {
        border-style: dotted !important;
    }

    .md\:u-border-none {
        border-style: none !important;
    }

    .md\:u-border-0 {
        border-width: 0 !important;
    }

    .md\:u-border-2 {
        border-width: 2px !important;
    }

    .md\:u-border-3 {
        border-width: 3px !important;
    }

    .md\:u-border-4 {
        border-width: 4px !important;
    }

    .md\:u-border-8 {
        border-width: 8px !important;
    }

    .md\:u-border {
        border-width: 1px !important;
    }

    .md\:u-border-t-0 {
        border-top-width: 0 !important;
    }

    .md\:u-border-r-0 {
        border-right-width: 0 !important;
    }

    .md\:u-border-b-0 {
        border-bottom-width: 0 !important;
    }

    .md\:u-border-l-0 {
        border-left-width: 0 !important;
    }

    .md\:u-border-t-2 {
        border-top-width: 2px !important;
    }

    .md\:u-border-r-2 {
        border-right-width: 2px !important;
    }

    .md\:u-border-b-2 {
        border-bottom-width: 2px !important;
    }

    .md\:u-border-l-2 {
        border-left-width: 2px !important;
    }

    .md\:u-border-t-3 {
        border-top-width: 3px !important;
    }

    .md\:u-border-r-3 {
        border-right-width: 3px !important;
    }

    .md\:u-border-b-3 {
        border-bottom-width: 3px !important;
    }

    .md\:u-border-l-3 {
        border-left-width: 3px !important;
    }

    .md\:u-border-t-4 {
        border-top-width: 4px !important;
    }

    .md\:u-border-r-4 {
        border-right-width: 4px !important;
    }

    .md\:u-border-b-4 {
        border-bottom-width: 4px !important;
    }

    .md\:u-border-l-4 {
        border-left-width: 4px !important;
    }

    .md\:u-border-t-8 {
        border-top-width: 8px !important;
    }

    .md\:u-border-r-8 {
        border-right-width: 8px !important;
    }

    .md\:u-border-b-8 {
        border-bottom-width: 8px !important;
    }

    .md\:u-border-l-8 {
        border-left-width: 8px !important;
    }

    .md\:u-border-t {
        border-top-width: 1px !important;
    }

    .md\:u-border-r {
        border-right-width: 1px !important;
    }

    .md\:u-border-b {
        border-bottom-width: 1px !important;
    }

    .md\:u-border-l {
        border-left-width: 1px !important;
    }

    .md\:u-cursor-auto {
        cursor: auto !important;
    }

    .md\:u-cursor-default {
        cursor: default !important;
    }

    .md\:u-cursor-pointer {
        cursor: pointer !important;
    }

    .md\:u-cursor-wait {
        cursor: wait !important;
    }

    .md\:u-cursor-move {
        cursor: move !important;
    }

    .md\:u-cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .md\:u-block {
        display: block !important;
    }

    .md\:u-inline-block {
        display: inline-block !important;
    }

    .md\:u-inline {
        display: inline !important;
    }

    .md\:u-table {
        display: table !important;
    }

    .md\:u-table-row {
        display: table-row !important;
    }

    .md\:u-table-cell {
        display: table-cell !important;
    }

    .md\:u-hidden {
        display: none !important;
    }

    .md\:u-flex {
        display: flex !important;
    }

    .md\:u-inline-flex {
        display: inline-flex !important;
    }

    .md\:u-flex-row {
        flex-direction: row !important;
    }

    .md\:u-flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .md\:u-flex-col {
        flex-direction: column !important;
    }

    .md\:u-flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .md\:u-flex-wrap {
        flex-wrap: wrap !important;
    }

    .md\:u-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .md\:u-flex-no-wrap {
        flex-wrap: nowrap !important;
    }

    .md\:u-items-start {
        align-items: flex-start !important;
    }

    .md\:u-items-end {
        align-items: flex-end !important;
    }

    .md\:u-items-center {
        align-items: center !important;
    }

    .md\:u-items-baseline {
        align-items: baseline !important;
    }

    .md\:u-items-stretch {
        align-items: stretch !important;
    }

    .md\:u-self-auto {
        align-self: auto !important;
    }

    .md\:u-self-start {
        align-self: flex-start !important;
    }

    .md\:u-self-end {
        align-self: flex-end !important;
    }

    .md\:u-self-center {
        align-self: center !important;
    }

    .md\:u-self-stretch {
        align-self: stretch !important;
    }

    .md\:u-justify-start {
        justify-content: flex-start !important;
    }

    .md\:u-justify-end {
        justify-content: flex-end !important;
    }

    .md\:u-justify-center {
        justify-content: center !important;
    }

    .md\:u-justify-between {
        justify-content: space-between !important;
    }

    .md\:u-justify-around {
        justify-content: space-around !important;
    }

    .md\:u-content-center {
        align-content: center !important;
    }

    .md\:u-content-start {
        align-content: flex-start !important;
    }

    .md\:u-content-end {
        align-content: flex-end !important;
    }

    .md\:u-content-between {
        align-content: space-between !important;
    }

    .md\:u-content-around {
        align-content: space-around !important;
    }

    .md\:u-flex-1 {
        flex: 1 1 0% !important;
    }

    .md\:u-flex-auto {
        flex: 1 1 auto !important;
    }

    .md\:u-flex-initial {
        flex: 0 1 auto !important;
    }

    .md\:u-flex-none {
        flex: none !important;
    }

    .md\:u-flex-grow {
        flex-grow: 1 !important;
    }

    .md\:u-flex-shrink {
        flex-shrink: 1 !important;
    }

    .md\:u-flex-no-grow {
        flex-grow: 0 !important;
    }

    .md\:u-flex-no-shrink {
        flex-shrink: 0 !important;
    }

    .md\:u-float-right {
        float: right !important;
    }

    .md\:u-float-left {
        float: left !important;
    }

    .md\:u-float-none {
        float: none !important;
    }

    .md\:u-clearfix:after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }

    .md\:u-font-sans {
        font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    }

    .md\:u-font-serif {
        font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
    }

    .md\:u-font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    }

    .md\:u-font-lemur {
        font-family: Lemur, Helvetica, sans-serif !important;
    }

    .md\:u-font-gilroy {
        font-family: Gilroy, Helvetica, sans-serif !important;
    }

    .md\:u-font-hairline {
        font-weight: 100 !important;
    }

    .md\:u-font-thin {
        font-weight: 200 !important;
    }

    .md\:u-font-light {
        font-weight: 300 !important;
    }

    .md\:u-font-normal {
        font-weight: 400 !important;
    }

    .md\:u-font-medium {
        font-weight: 500 !important;
    }

    .md\:u-font-semibold {
        font-weight: 600 !important;
    }

    .md\:u-font-bold {
        font-weight: 700 !important;
    }

    .md\:u-font-extrabold {
        font-weight: 800 !important;
    }

    .md\:u-font-black {
        font-weight: 900 !important;
    }

    .md\:hover\:u-font-hairline:hover {
        font-weight: 100 !important;
    }

    .md\:hover\:u-font-thin:hover {
        font-weight: 200 !important;
    }

    .md\:hover\:u-font-light:hover {
        font-weight: 300 !important;
    }

    .md\:hover\:u-font-normal:hover {
        font-weight: 400 !important;
    }

    .md\:hover\:u-font-medium:hover {
        font-weight: 500 !important;
    }

    .md\:hover\:u-font-semibold:hover {
        font-weight: 600 !important;
    }

    .md\:hover\:u-font-bold:hover {
        font-weight: 700 !important;
    }

    .md\:hover\:u-font-extrabold:hover {
        font-weight: 800 !important;
    }

    .md\:hover\:u-font-black:hover {
        font-weight: 900 !important;
    }

    .md\:focus\:u-font-hairline:focus {
        font-weight: 100 !important;
    }

    .md\:focus\:u-font-thin:focus {
        font-weight: 200 !important;
    }

    .md\:focus\:u-font-light:focus {
        font-weight: 300 !important;
    }

    .md\:focus\:u-font-normal:focus {
        font-weight: 400 !important;
    }

    .md\:focus\:u-font-medium:focus {
        font-weight: 500 !important;
    }

    .md\:focus\:u-font-semibold:focus {
        font-weight: 600 !important;
    }

    .md\:focus\:u-font-bold:focus {
        font-weight: 700 !important;
    }

    .md\:focus\:u-font-extrabold:focus {
        font-weight: 800 !important;
    }

    .md\:focus\:u-font-black:focus {
        font-weight: 900 !important;
    }

    .md\:u-h-0 {
        height: 0 !important;
    }

    .md\:u-h-1 {
        height: .25rem !important;
    }

    .md\:u-h-2 {
        height: .5rem !important;
    }

    .md\:u-h-3 {
        height: .75rem !important;
    }

    .md\:u-h-4 {
        height: 1rem !important;
    }

    .md\:u-h-5 {
        height: 1.25rem !important;
    }

    .md\:u-h-6 {
        height: 1.5rem !important;
    }

    .md\:u-h-8 {
        height: 2rem !important;
    }

    .md\:u-h-10 {
        height: 2.5rem !important;
    }

    .md\:u-h-12 {
        height: 3rem !important;
    }

    .md\:u-h-16 {
        height: 4rem !important;
    }

    .md\:u-h-24 {
        height: 6rem !important;
    }

    .md\:u-h-32 {
        height: 8rem !important;
    }

    .md\:u-h-48 {
        height: 12rem !important;
    }

    .md\:u-h-64 {
        height: 16rem !important;
    }

    .md\:u-h-auto {
        height: auto !important;
    }

    .md\:u-h-px {
        height: 1px !important;
    }

    .md\:u-h-full {
        height: 100% !important;
    }

    .md\:u-h-screen {
        height: 100vh !important;
    }

    .md\:u-leading-none {
        line-height: 1 !important;
    }

    .md\:u-leading-tight {
        line-height: 1.25 !important;
    }

    .md\:u-leading-normal {
        line-height: 1.5 !important;
    }

    .md\:u-leading-loose {
        line-height: 2 !important;
    }

    .md\:u-m-0 {
        margin: 0 !important;
    }

    .md\:u-m-1 {
        margin: .25rem !important;
    }

    .md\:u-m-2 {
        margin: .5rem !important;
    }

    .md\:u-m-3 {
        margin: .75rem !important;
    }

    .md\:u-m-4 {
        margin: 1rem !important;
    }

    .md\:u-m-5 {
        margin: 1.25rem !important;
    }

    .md\:u-m-6 {
        margin: 1.5rem !important;
    }

    .md\:u-m-8 {
        margin: 2rem !important;
    }

    .md\:u-m-10 {
        margin: 2.5rem !important;
    }

    .md\:u-m-12 {
        margin: 3rem !important;
    }

    .md\:u-m-16 {
        margin: 4rem !important;
    }

    .md\:u-m-20 {
        margin: 5rem !important;
    }

    .md\:u-m-24 {
        margin: 6rem !important;
    }

    .md\:u-m-32 {
        margin: 8rem !important;
    }

    .md\:u-m-40 {
        margin: 10rem !important;
    }

    .md\:u-m-72 {
        margin: 18rem !important;
    }

    .md\:u-m-auto {
        margin: auto !important;
    }

    .md\:u-m-px {
        margin: 1px !important;
    }

    .md\:u-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .md\:u-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .md\:u-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .md\:u-mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important;
    }

    .md\:u-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .md\:u-mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .md\:u-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important;
    }

    .md\:u-mx-3 {
        margin-left: .75rem !important;
        margin-right: .75rem !important;
    }

    .md\:u-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .md\:u-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .md\:u-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .md\:u-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .md\:u-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .md\:u-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .md\:u-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .md\:u-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .md\:u-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .md\:u-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .md\:u-my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .md\:u-mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .md\:u-my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .md\:u-mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .md\:u-my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .md\:u-mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .md\:u-my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .md\:u-mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .md\:u-my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .md\:u-mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .md\:u-my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .md\:u-mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .md\:u-my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .md\:u-mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .md\:u-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .md\:u-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .md\:u-my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .md\:u-mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .md\:u-mt-0 {
        margin-top: 0 !important;
    }

    .md\:u-mr-0 {
        margin-right: 0 !important;
    }

    .md\:u-mb-0 {
        margin-bottom: 0 !important;
    }

    .md\:u-ml-0 {
        margin-left: 0 !important;
    }

    .md\:u-mt-1 {
        margin-top: .25rem !important;
    }

    .md\:u-mr-1 {
        margin-right: .25rem !important;
    }

    .md\:u-mb-1 {
        margin-bottom: .25rem !important;
    }

    .md\:u-ml-1 {
        margin-left: .25rem !important;
    }

    .md\:u-mt-2 {
        margin-top: .5rem !important;
    }

    .md\:u-mr-2 {
        margin-right: .5rem !important;
    }

    .md\:u-mb-2 {
        margin-bottom: .5rem !important;
    }

    .md\:u-ml-2 {
        margin-left: .5rem !important;
    }

    .md\:u-mt-3 {
        margin-top: .75rem !important;
    }

    .md\:u-mr-3 {
        margin-right: .75rem !important;
    }

    .md\:u-mb-3 {
        margin-bottom: .75rem !important;
    }

    .md\:u-ml-3 {
        margin-left: .75rem !important;
    }

    .md\:u-mt-4 {
        margin-top: 1rem !important;
    }

    .md\:u-mr-4 {
        margin-right: 1rem !important;
    }

    .md\:u-mb-4 {
        margin-bottom: 1rem !important;
    }

    .md\:u-ml-4 {
        margin-left: 1rem !important;
    }

    .md\:u-mt-5 {
        margin-top: 1.25rem !important;
    }

    .md\:u-mr-5 {
        margin-right: 1.25rem !important;
    }

    .md\:u-mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .md\:u-ml-5 {
        margin-left: 1.25rem !important;
    }

    .md\:u-mt-6 {
        margin-top: 1.5rem !important;
    }

    .md\:u-mr-6 {
        margin-right: 1.5rem !important;
    }

    .md\:u-mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .md\:u-ml-6 {
        margin-left: 1.5rem !important;
    }

    .md\:u-mt-8 {
        margin-top: 2rem !important;
    }

    .md\:u-mr-8 {
        margin-right: 2rem !important;
    }

    .md\:u-mb-8 {
        margin-bottom: 2rem !important;
    }

    .md\:u-ml-8 {
        margin-left: 2rem !important;
    }

    .md\:u-mt-10 {
        margin-top: 2.5rem !important;
    }

    .md\:u-mr-10 {
        margin-right: 2.5rem !important;
    }

    .md\:u-mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .md\:u-ml-10 {
        margin-left: 2.5rem !important;
    }

    .md\:u-mt-12 {
        margin-top: 3rem !important;
    }

    .md\:u-mr-12 {
        margin-right: 3rem !important;
    }

    .md\:u-mb-12 {
        margin-bottom: 3rem !important;
    }

    .md\:u-ml-12 {
        margin-left: 3rem !important;
    }

    .md\:u-mt-16 {
        margin-top: 4rem !important;
    }

    .md\:u-mr-16 {
        margin-right: 4rem !important;
    }

    .md\:u-mb-16 {
        margin-bottom: 4rem !important;
    }

    .md\:u-ml-16 {
        margin-left: 4rem !important;
    }

    .md\:u-mt-20 {
        margin-top: 5rem !important;
    }

    .md\:u-mr-20 {
        margin-right: 5rem !important;
    }

    .md\:u-mb-20 {
        margin-bottom: 5rem !important;
    }

    .md\:u-ml-20 {
        margin-left: 5rem !important;
    }

    .md\:u-mt-24 {
        margin-top: 6rem !important;
    }

    .md\:u-mr-24 {
        margin-right: 6rem !important;
    }

    .md\:u-mb-24 {
        margin-bottom: 6rem !important;
    }

    .md\:u-ml-24 {
        margin-left: 6rem !important;
    }

    .md\:u-mt-32 {
        margin-top: 8rem !important;
    }

    .md\:u-mr-32 {
        margin-right: 8rem !important;
    }

    .md\:u-mb-32 {
        margin-bottom: 8rem !important;
    }

    .md\:u-ml-32 {
        margin-left: 8rem !important;
    }

    .md\:u-mt-40 {
        margin-top: 10rem !important;
    }

    .md\:u-mr-40 {
        margin-right: 10rem !important;
    }

    .md\:u-mb-40 {
        margin-bottom: 10rem !important;
    }

    .md\:u-ml-40 {
        margin-left: 10rem !important;
    }

    .md\:u-mt-72 {
        margin-top: 18rem !important;
    }

    .md\:u-mr-72 {
        margin-right: 18rem !important;
    }

    .md\:u-mb-72 {
        margin-bottom: 18rem !important;
    }

    .md\:u-ml-72 {
        margin-left: 18rem !important;
    }

    .md\:u-mt-auto {
        margin-top: auto !important;
    }

    .md\:u-mr-auto {
        margin-right: auto !important;
    }

    .md\:u-mb-auto {
        margin-bottom: auto !important;
    }

    .md\:u-ml-auto {
        margin-left: auto !important;
    }

    .md\:u-mt-px {
        margin-top: 1px !important;
    }

    .md\:u-mr-px {
        margin-right: 1px !important;
    }

    .md\:u-mb-px {
        margin-bottom: 1px !important;
    }

    .md\:u-ml-px {
        margin-left: 1px !important;
    }

    .md\:u-max-h-none {
        max-height: 0 !important;
    }

    .md\:u-max-h-full {
        max-height: 100% !important;
    }

    .md\:u-max-h-screen {
        max-height: 100vh !important;
    }

    .md\:u-max-w-50 {
        max-width: 50px !important;
    }

    .md\:u-max-w-100 {
        max-width: 100px !important;
    }

    .md\:u-max-w-300 {
        max-width: 300px !important;
    }

    .md\:u-max-w-630 {
        max-width: 630px !important;
    }

    .md\:u-max-w-xs {
        max-width: 20rem !important;
    }

    .md\:u-max-w-sm {
        max-width: 30rem !important;
    }

    .md\:u-max-w-md {
        max-width: 40rem !important;
    }

    .md\:u-max-w-lg {
        max-width: 50rem !important;
    }

    .md\:u-max-w-xl {
        max-width: 60rem !important;
    }

    .md\:u-max-w-2xl {
        max-width: 70rem !important;
    }

    .md\:u-max-w-3xl {
        max-width: 80rem !important;
    }

    .md\:u-max-w-4xl {
        max-width: 90rem !important;
    }

    .md\:u-max-w-5xl {
        max-width: 100rem !important;
    }

    .md\:u-max-w-half {
        max-width: 50% !important;
    }

    .md\:u-max-w-full {
        max-width: 100% !important;
    }

    .md\:u-min-h-0 {
        min-height: 0 !important;
    }

    .md\:u-min-h-1 {
        min-height: .25rem !important;
    }

    .md\:u-min-h-2 {
        min-height: .5rem !important;
    }

    .md\:u-min-h-3 {
        min-height: .75rem !important;
    }

    .md\:u-min-h-4 {
        min-height: 1rem !important;
    }

    .md\:u-min-h-5 {
        min-height: 1.25rem !important;
    }

    .md\:u-min-h-6 {
        min-height: 1.5rem !important;
    }

    .md\:u-min-h-8 {
        min-height: 2rem !important;
    }

    .md\:u-min-h-10 {
        min-height: 2.5rem !important;
    }

    .md\:u-min-h-12 {
        min-height: 3rem !important;
    }

    .md\:u-min-h-16 {
        min-height: 4rem !important;
    }

    .md\:u-min-h-24 {
        min-height: 6rem !important;
    }

    .md\:u-min-h-32 {
        min-height: 8rem !important;
    }

    .md\:u-min-h-48 {
        min-height: 12rem !important;
    }

    .md\:u-min-h-64 {
        min-height: 16rem !important;
    }

    .md\:u-min-h-100 {
        min-height: 100px !important;
    }

    .md\:u-min-h-500 {
        min-height: 500px !important;
    }

    .md\:u-min-h-600 {
        min-height: 600px !important;
    }

    .md\:u-min-h-auto {
        min-height: auto !important;
    }

    .md\:u-min-h-px {
        min-height: 1px !important;
    }

    .md\:u-min-h-full {
        min-height: 100% !important;
    }

    .md\:u-min-h-screen {
        min-height: 100vh !important;
    }

    .md\:u-min-w-0 {
        min-width: 0 !important;
    }

    .md\:u-min-w-full {
        min-width: 100% !important;
    }

    .md\:u--m-0 {
        margin: 0 !important;
    }

    .md\:u--m-1 {
        margin: -0.25rem !important;
    }

    .md\:u--m-2 {
        margin: -0.5rem !important;
    }

    .md\:u--m-3 {
        margin: -0.75rem !important;
    }

    .md\:u--m-4 {
        margin: -1rem !important;
    }

    .md\:u--m-5 {
        margin: -1.25rem !important;
    }

    .md\:u--m-6 {
        margin: -1.5rem !important;
    }

    .md\:u--m-8 {
        margin: -2rem !important;
    }

    .md\:u--m-10 {
        margin: -2.5rem !important;
    }

    .md\:u--m-12 {
        margin: -3rem !important;
    }

    .md\:u--m-16 {
        margin: -4rem !important;
    }

    .md\:u--m-20 {
        margin: -5rem !important;
    }

    .md\:u--m-24 {
        margin: -6rem !important;
    }

    .md\:u--m-32 {
        margin: -8rem !important;
    }

    .md\:u--m-68 {
        margin: -17rem !important;
    }

    .md\:u--m-px {
        margin: -1px !important;
    }

    .md\:u--my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .md\:u--mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .md\:u--my-1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .md\:u--mx-1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .md\:u--my-2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .md\:u--mx-2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .md\:u--my-3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .md\:u--mx-3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }

    .md\:u--my-4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .md\:u--mx-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .md\:u--my-5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .md\:u--mx-5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important;
    }

    .md\:u--my-6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .md\:u--mx-6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .md\:u--my-8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .md\:u--mx-8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }

    .md\:u--my-10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .md\:u--mx-10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }

    .md\:u--my-12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .md\:u--mx-12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .md\:u--my-16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .md\:u--mx-16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }

    .md\:u--my-20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .md\:u--mx-20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }

    .md\:u--my-24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .md\:u--mx-24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .md\:u--my-32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .md\:u--mx-32 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }

    .md\:u--my-68 {
        margin-top: -17rem !important;
        margin-bottom: -17rem !important;
    }

    .md\:u--mx-68 {
        margin-left: -17rem !important;
        margin-right: -17rem !important;
    }

    .md\:u--my-px {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .md\:u--mx-px {
        margin-left: -1px !important;
        margin-right: -1px !important;
    }

    .md\:u--mt-0 {
        margin-top: 0 !important;
    }

    .md\:u--mr-0 {
        margin-right: 0 !important;
    }

    .md\:u--mb-0 {
        margin-bottom: 0 !important;
    }

    .md\:u--ml-0 {
        margin-left: 0 !important;
    }

    .md\:u--mt-1 {
        margin-top: -0.25rem !important;
    }

    .md\:u--mr-1 {
        margin-right: -0.25rem !important;
    }

    .md\:u--mb-1 {
        margin-bottom: -0.25rem !important;
    }

    .md\:u--ml-1 {
        margin-left: -0.25rem !important;
    }

    .md\:u--mt-2 {
        margin-top: -0.5rem !important;
    }

    .md\:u--mr-2 {
        margin-right: -0.5rem !important;
    }

    .md\:u--mb-2 {
        margin-bottom: -0.5rem !important;
    }

    .md\:u--ml-2 {
        margin-left: -0.5rem !important;
    }

    .md\:u--mt-3 {
        margin-top: -0.75rem !important;
    }

    .md\:u--mr-3 {
        margin-right: -0.75rem !important;
    }

    .md\:u--mb-3 {
        margin-bottom: -0.75rem !important;
    }

    .md\:u--ml-3 {
        margin-left: -0.75rem !important;
    }

    .md\:u--mt-4 {
        margin-top: -1rem !important;
    }

    .md\:u--mr-4 {
        margin-right: -1rem !important;
    }

    .md\:u--mb-4 {
        margin-bottom: -1rem !important;
    }

    .md\:u--ml-4 {
        margin-left: -1rem !important;
    }

    .md\:u--mt-5 {
        margin-top: -1.25rem !important;
    }

    .md\:u--mr-5 {
        margin-right: -1.25rem !important;
    }

    .md\:u--mb-5 {
        margin-bottom: -1.25rem !important;
    }

    .md\:u--ml-5 {
        margin-left: -1.25rem !important;
    }

    .md\:u--mt-6 {
        margin-top: -1.5rem !important;
    }

    .md\:u--mr-6 {
        margin-right: -1.5rem !important;
    }

    .md\:u--mb-6 {
        margin-bottom: -1.5rem !important;
    }

    .md\:u--ml-6 {
        margin-left: -1.5rem !important;
    }

    .md\:u--mt-8 {
        margin-top: -2rem !important;
    }

    .md\:u--mr-8 {
        margin-right: -2rem !important;
    }

    .md\:u--mb-8 {
        margin-bottom: -2rem !important;
    }

    .md\:u--ml-8 {
        margin-left: -2rem !important;
    }

    .md\:u--mt-10 {
        margin-top: -2.5rem !important;
    }

    .md\:u--mr-10 {
        margin-right: -2.5rem !important;
    }

    .md\:u--mb-10 {
        margin-bottom: -2.5rem !important;
    }

    .md\:u--ml-10 {
        margin-left: -2.5rem !important;
    }

    .md\:u--mt-12 {
        margin-top: -3rem !important;
    }

    .md\:u--mr-12 {
        margin-right: -3rem !important;
    }

    .md\:u--mb-12 {
        margin-bottom: -3rem !important;
    }

    .md\:u--ml-12 {
        margin-left: -3rem !important;
    }

    .md\:u--mt-16 {
        margin-top: -4rem !important;
    }

    .md\:u--mr-16 {
        margin-right: -4rem !important;
    }

    .md\:u--mb-16 {
        margin-bottom: -4rem !important;
    }

    .md\:u--ml-16 {
        margin-left: -4rem !important;
    }

    .md\:u--mt-20 {
        margin-top: -5rem !important;
    }

    .md\:u--mr-20 {
        margin-right: -5rem !important;
    }

    .md\:u--mb-20 {
        margin-bottom: -5rem !important;
    }

    .md\:u--ml-20 {
        margin-left: -5rem !important;
    }

    .md\:u--mt-24 {
        margin-top: -6rem !important;
    }

    .md\:u--mr-24 {
        margin-right: -6rem !important;
    }

    .md\:u--mb-24 {
        margin-bottom: -6rem !important;
    }

    .md\:u--ml-24 {
        margin-left: -6rem !important;
    }

    .md\:u--mt-32 {
        margin-top: -8rem !important;
    }

    .md\:u--mr-32 {
        margin-right: -8rem !important;
    }

    .md\:u--mb-32 {
        margin-bottom: -8rem !important;
    }

    .md\:u--ml-32 {
        margin-left: -8rem !important;
    }

    .md\:u--mt-68 {
        margin-top: -17rem !important;
    }

    .md\:u--mr-68 {
        margin-right: -17rem !important;
    }

    .md\:u--mb-68 {
        margin-bottom: -17rem !important;
    }

    .md\:u--ml-68 {
        margin-left: -17rem !important;
    }

    .md\:u--mt-px {
        margin-top: -1px !important;
    }

    .md\:u--mr-px {
        margin-right: -1px !important;
    }

    .md\:u--mb-px {
        margin-bottom: -1px !important;
    }

    .md\:u--ml-px {
        margin-left: -1px !important;
    }

    .md\:u-object-bottom {
        object-position: bottom !important;
    }

    .md\:u-object-center {
        object-position: center !important;
    }

    .md\:u-object-left {
        object-position: left !important;
    }

    .md\:u-object-left-bottom {
        object-position: left bottom !important;
    }

    .md\:u-object-left-top {
        object-position: left top !important;
    }

    .md\:u-object-right {
        object-position: right !important;
    }

    .md\:u-object-right-bottom {
        object-position: right bottom !important;
    }

    .md\:u-object-right-top {
        object-position: right top !important;
    }

    .md\:u-object-top {
        object-position: top !important;
    }

    .md\:u-opacity-0 {
        opacity: 0 !important;
    }

    .md\:u-opacity-25 {
        opacity: .25 !important;
    }

    .md\:u-opacity-50 {
        opacity: .5 !important;
    }

    .md\:u-opacity-75 {
        opacity: .75 !important;
    }

    .md\:u-opacity-100 {
        opacity: 1 !important;
    }

    .md\:hover\:u-opacity-0:hover {
        opacity: 0 !important;
    }

    .md\:hover\:u-opacity-25:hover {
        opacity: .25 !important;
    }

    .md\:hover\:u-opacity-50:hover {
        opacity: .5 !important;
    }

    .md\:hover\:u-opacity-75:hover {
        opacity: .75 !important;
    }

    .md\:hover\:u-opacity-100:hover {
        opacity: 1 !important;
    }

    .md\:u-overflow-auto {
        overflow: auto !important;
    }

    .md\:u-overflow-hidden {
        overflow: hidden !important;
    }

    .md\:u-overflow-visible {
        overflow: visible !important;
    }

    .md\:u-overflow-scroll {
        overflow: scroll !important;
    }

    .md\:u-overflow-x-auto {
        overflow-x: auto !important;
    }

    .md\:u-overflow-y-auto {
        overflow-y: auto !important;
    }

    .md\:u-overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .md\:u-overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .md\:u-overflow-x-visible {
        overflow-x: visible !important;
    }

    .md\:u-overflow-y-visible {
        overflow-y: visible !important;
    }

    .md\:u-overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .md\:u-overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .md\:u-scrolling-touch {
        -webkit-overflow-scrolling: touch !important;
    }

    .md\:u-scrolling-auto {
        -webkit-overflow-scrolling: auto !important;
    }

    .md\:u-p-0 {
        padding: 0 !important;
    }

    .md\:u-p-1 {
        padding: .25rem !important;
    }

    .md\:u-p-2 {
        padding: .5rem !important;
    }

    .md\:u-p-3 {
        padding: .75rem !important;
    }

    .md\:u-p-4 {
        padding: 1rem !important;
    }

    .md\:u-p-5 {
        padding: 1.25rem !important;
    }

    .md\:u-p-6 {
        padding: 1.5rem !important;
    }

    .md\:u-p-8 {
        padding: 2rem !important;
    }

    .md\:u-p-10 {
        padding: 2.5rem !important;
    }

    .md\:u-p-12 {
        padding: 3rem !important;
    }

    .md\:u-p-16 {
        padding: 4rem !important;
    }

    .md\:u-p-20 {
        padding: 5rem !important;
    }

    .md\:u-p-24 {
        padding: 6rem !important;
    }

    .md\:u-p-32 {
        padding: 8rem !important;
    }

    .md\:u-p-64 {
        padding: 16rem !important;
    }

    .md\:u-p-px {
        padding: 1px !important;
    }

    .md\:u-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .md\:u-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .md\:u-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .md\:u-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .md\:u-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .md\:u-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    .md\:u-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .md\:u-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .md\:u-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .md\:u-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .md\:u-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .md\:u-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .md\:u-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .md\:u-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .md\:u-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .md\:u-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .md\:u-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .md\:u-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .md\:u-py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .md\:u-px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .md\:u-py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .md\:u-px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .md\:u-py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .md\:u-px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .md\:u-py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .md\:u-px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .md\:u-py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .md\:u-px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .md\:u-py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .md\:u-px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .md\:u-py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .md\:u-px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .md\:u-pt-0 {
        padding-top: 0 !important;
    }

    .md\:u-pr-0 {
        padding-right: 0 !important;
    }

    .md\:u-pb-0 {
        padding-bottom: 0 !important;
    }

    .md\:u-pl-0 {
        padding-left: 0 !important;
    }

    .md\:u-pt-1 {
        padding-top: .25rem !important;
    }

    .md\:u-pr-1 {
        padding-right: .25rem !important;
    }

    .md\:u-pb-1 {
        padding-bottom: .25rem !important;
    }

    .md\:u-pl-1 {
        padding-left: .25rem !important;
    }

    .md\:u-pt-2 {
        padding-top: .5rem !important;
    }

    .md\:u-pr-2 {
        padding-right: .5rem !important;
    }

    .md\:u-pb-2 {
        padding-bottom: .5rem !important;
    }

    .md\:u-pl-2 {
        padding-left: .5rem !important;
    }

    .md\:u-pt-3 {
        padding-top: .75rem !important;
    }

    .md\:u-pr-3 {
        padding-right: .75rem !important;
    }

    .md\:u-pb-3 {
        padding-bottom: .75rem !important;
    }

    .md\:u-pl-3 {
        padding-left: .75rem !important;
    }

    .md\:u-pt-4 {
        padding-top: 1rem !important;
    }

    .md\:u-pr-4 {
        padding-right: 1rem !important;
    }

    .md\:u-pb-4 {
        padding-bottom: 1rem !important;
    }

    .md\:u-pl-4 {
        padding-left: 1rem !important;
    }

    .md\:u-pt-5 {
        padding-top: 1.25rem !important;
    }

    .md\:u-pr-5 {
        padding-right: 1.25rem !important;
    }

    .md\:u-pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .md\:u-pl-5 {
        padding-left: 1.25rem !important;
    }

    .md\:u-pt-6 {
        padding-top: 1.5rem !important;
    }

    .md\:u-pr-6 {
        padding-right: 1.5rem !important;
    }

    .md\:u-pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .md\:u-pl-6 {
        padding-left: 1.5rem !important;
    }

    .md\:u-pt-8 {
        padding-top: 2rem !important;
    }

    .md\:u-pr-8 {
        padding-right: 2rem !important;
    }

    .md\:u-pb-8 {
        padding-bottom: 2rem !important;
    }

    .md\:u-pl-8 {
        padding-left: 2rem !important;
    }

    .md\:u-pt-10 {
        padding-top: 2.5rem !important;
    }

    .md\:u-pr-10 {
        padding-right: 2.5rem !important;
    }

    .md\:u-pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .md\:u-pl-10 {
        padding-left: 2.5rem !important;
    }

    .md\:u-pt-12 {
        padding-top: 3rem !important;
    }

    .md\:u-pr-12 {
        padding-right: 3rem !important;
    }

    .md\:u-pb-12 {
        padding-bottom: 3rem !important;
    }

    .md\:u-pl-12 {
        padding-left: 3rem !important;
    }

    .md\:u-pt-16 {
        padding-top: 4rem !important;
    }

    .md\:u-pr-16 {
        padding-right: 4rem !important;
    }

    .md\:u-pb-16 {
        padding-bottom: 4rem !important;
    }

    .md\:u-pl-16 {
        padding-left: 4rem !important;
    }

    .md\:u-pt-20 {
        padding-top: 5rem !important;
    }

    .md\:u-pr-20 {
        padding-right: 5rem !important;
    }

    .md\:u-pb-20 {
        padding-bottom: 5rem !important;
    }

    .md\:u-pl-20 {
        padding-left: 5rem !important;
    }

    .md\:u-pt-24 {
        padding-top: 6rem !important;
    }

    .md\:u-pr-24 {
        padding-right: 6rem !important;
    }

    .md\:u-pb-24 {
        padding-bottom: 6rem !important;
    }

    .md\:u-pl-24 {
        padding-left: 6rem !important;
    }

    .md\:u-pt-32 {
        padding-top: 8rem !important;
    }

    .md\:u-pr-32 {
        padding-right: 8rem !important;
    }

    .md\:u-pb-32 {
        padding-bottom: 8rem !important;
    }

    .md\:u-pl-32 {
        padding-left: 8rem !important;
    }

    .md\:u-pt-64 {
        padding-top: 16rem !important;
    }

    .md\:u-pr-64 {
        padding-right: 16rem !important;
    }

    .md\:u-pb-64 {
        padding-bottom: 16rem !important;
    }

    .md\:u-pl-64 {
        padding-left: 16rem !important;
    }

    .md\:u-pt-px {
        padding-top: 1px !important;
    }

    .md\:u-pr-px {
        padding-right: 1px !important;
    }

    .md\:u-pb-px {
        padding-bottom: 1px !important;
    }

    .md\:u-pl-px {
        padding-left: 1px !important;
    }

    .md\:u-pointer-events-none {
        pointer-events: none !important;
    }

    .md\:u-pointer-events-auto {
        pointer-events: auto !important;
    }

    .md\:u-static {
        position: static !important;
    }

    .md\:u-fixed {
        position: fixed !important;
    }

    .md\:u-absolute {
        position: absolute !important;
    }

    .md\:u-relative {
        position: relative !important;
    }

    .md\:u-sticky {
        position: sticky !important;
    }

    .md\:u-pin-none {
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }

    .md\:u-pin {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .md\:u-pin-y {
        top: 0 !important;
        bottom: 0 !important;
    }

    .md\:u-pin-x {
        right: 0 !important;
        left: 0 !important;
    }

    .md\:u-pin-t {
        top: 0 !important;
    }

    .md\:u-pin-r {
        right: 0 !important;
    }

    .md\:u-pin-b {
        bottom: 0 !important;
    }

    .md\:u-pin-l {
        left: 0 !important;
    }

    .md\:u-resize-none {
        resize: none !important;
    }

    .md\:u-resize-y {
        resize: vertical !important;
    }

    .md\:u-resize-x {
        resize: horizontal !important;
    }

    .md\:u-resize {
        resize: both !important;
    }

    .md\:u-shadow {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .md\:u-shadow-md {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .md\:u-shadow-lg {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .md\:u-shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .md\:u-shadow-outline {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .md\:u-shadow-none {
        box-shadow: none !important;
    }

    .md\:hover\:u-shadow:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .md\:hover\:u-shadow-md:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .md\:hover\:u-shadow-lg:hover {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .md\:hover\:u-shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .md\:hover\:u-shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .md\:hover\:u-shadow-none:hover {
        box-shadow: none !important;
    }

    .md\:focus\:u-shadow:focus {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .md\:focus\:u-shadow-md:focus {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .md\:focus\:u-shadow-lg:focus {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .md\:focus\:u-shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .md\:focus\:u-shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .md\:focus\:u-shadow-none:focus {
        box-shadow: none !important;
    }

    .md\:u-table-auto {
        table-layout: auto !important;
    }

    .md\:u-table-fixed {
        table-layout: fixed !important;
    }

    .md\:u-text-left {
        text-align: left !important;
    }

    .md\:u-text-center {
        text-align: center !important;
    }

    .md\:u-text-right {
        text-align: right !important;
    }

    .md\:u-text-justify {
        text-align: justify !important;
    }

    .md\:u-text-transparent {
        color: transparent !important;
    }

    .md\:u-text-black {
        color: #05001e !important;
    }

    .md\:u-text-white {
        color: #fff !important;
    }

    .md\:u-text-yellow {
        color: #ffc700 !important;
    }

    .md\:u-text-coral {
        color: #ff9e6d !important;
    }

    .md\:u-text-green {
        color: #00ff01 !important;
    }

    .md\:u-text-navy {
        color: #151716 !important;
    }

    .md\:u-text-navy-light {
        color: #14133d !important;
    }

    .md\:u-text-navy-lighter {
        color: #404064 !important;
    }

    .md\:u-text-navy-lightest {
        color: #74768f !important;
    }

    .md\:u-text-navy-grey {
        color: #2f3158 !important;
    }

    .md\:u-text-blue {
        color: #1500fe !important;
    }

    .md\:u-text-wild-sand {
        color: #f4f4f4 !important;
    }

    .md\:u-text-grey-light {
        color: #dadada !important;
    }

    .md\:u-text-grey-lighter {
        color: #f4f4f4 !important;
    }

    .md\:u-text-grey-lightest {
        color: #f8fafc !important;
    }

    .md\:u-text-nav-border {
        color: #323254 !important;
    }

    .md\:u-text-silver {
        color: #bebebe !important;
    }

    .md\:u-text-red {
        color: #ff0201 !important;
    }

    .md\:u-text-black--dark {
        color: #04001a !important;
    }

    .md\:u-text-black--light {
        color: #060022 !important;
    }

    .md\:u-text-white--dark {
        color: #e0e0e0 !important;
    }

    .md\:u-text-white--light {
        color: #fff !important;
    }

    .md\:u-text-yellow--dark {
        color: #e0af00 !important;
    }

    .md\:u-text-yellow--light {
        color: #ffce1f !important;
    }

    .md\:u-text-coral--dark {
        color: #ff8141 !important;
    }

    .md\:u-text-coral--light {
        color: #fb9 !important;
    }

    .md\:u-text-green--dark {
        color: #00e001 !important;
    }

    .md\:u-text-green--light {
        color: #1fff1f !important;
    }

    .md\:u-text-navy--dark {
        color: #000028 !important;
    }

    .md\:u-text-navy--light {
        color: #000032 !important;
    }

    .md\:u-text-navy-light--dark {
        color: #121136 !important;
    }

    .md\:u-text-navy-light--light {
        color: #161544 !important;
    }

    .md\:u-text-navy-lighter--dark {
        color: #383858 !important;
    }

    .md\:u-text-navy-lighter--light {
        color: #484870 !important;
    }

    .md\:u-text-navy-lightest--dark {
        color: #66687e !important;
    }

    .md\:u-text-navy-lightest--light {
        color: #85879d !important;
    }

    .md\:u-text-navy-grey--dark {
        color: #292b4d !important;
    }

    .md\:u-text-navy-grey--light {
        color: #353763 !important;
    }

    .md\:u-text-blue--dark {
        color: #1200e0 !important;
    }

    .md\:u-text-blue--light {
        color: #301dff !important;
    }

    .md\:u-text-wild-sand--dark {
        color: #d7d7d7 !important;
    }

    .md\:u-text-wild-sand--light {
        color: #fff !important;
    }

    .md\:u-text-grey-light--dark {
        color: #c0c0c0 !important;
    }

    .md\:u-text-grey-light--light {
        color: #f4f4f4 !important;
    }

    .md\:u-text-grey-lighter--dark {
        color: #d7d7d7 !important;
    }

    .md\:u-text-grey-lighter--light {
        color: #fff !important;
    }

    .md\:u-text-grey-lightest--dark {
        color: #cedcea !important;
    }

    .md\:u-text-grey-lightest--light {
        color: #fff !important;
    }

    .md\:u-text-nav-border--dark {
        color: #2c2c4a !important;
    }

    .md\:u-text-nav-border--light {
        color: #38385e !important;
    }

    .md\:u-text-silver--dark {
        color: #a7a7a7 !important;
    }

    .md\:u-text-silver--light {
        color: #d5d5d5 !important;
    }

    .md\:u-text-red--dark {
        color: #e10100 !important;
    }

    .md\:u-text-red--light {
        color: #ff2120 !important;
    }

    .md\:hover\:u-text-transparent:hover {
        color: transparent !important;
    }

    .md\:hover\:u-text-black:hover {
        color: #05001e !important;
    }

    .md\:hover\:u-text-white:hover {
        color: #fff !important;
    }

    .md\:hover\:u-text-yellow:hover {
        color: #ffc700 !important;
    }

    .md\:hover\:u-text-coral:hover {
        color: #ff9e6d !important;
    }

    .md\:hover\:u-text-green:hover {
        color: #00ff01 !important;
    }

    .md\:hover\:u-text-navy:hover {
        color: #151716 !important;
    }

    .md\:hover\:u-text-navy-light:hover {
        color: #14133d !important;
    }

    .md\:hover\:u-text-navy-lighter:hover {
        color: #404064 !important;
    }

    .md\:hover\:u-text-navy-lightest:hover {
        color: #74768f !important;
    }

    .md\:hover\:u-text-navy-grey:hover {
        color: #2f3158 !important;
    }

    .md\:hover\:u-text-blue:hover {
        color: #1500fe !important;
    }

    .md\:hover\:u-text-wild-sand:hover {
        color: #f4f4f4 !important;
    }

    .md\:hover\:u-text-grey-light:hover {
        color: #dadada !important;
    }

    .md\:hover\:u-text-grey-lighter:hover {
        color: #f4f4f4 !important;
    }

    .md\:hover\:u-text-grey-lightest:hover {
        color: #f8fafc !important;
    }

    .md\:hover\:u-text-nav-border:hover {
        color: #323254 !important;
    }

    .md\:hover\:u-text-silver:hover {
        color: #bebebe !important;
    }

    .md\:hover\:u-text-red:hover {
        color: #ff0201 !important;
    }

    .md\:hover\:u-text-black--dark:hover {
        color: #04001a !important;
    }

    .md\:hover\:u-text-black--light:hover {
        color: #060022 !important;
    }

    .md\:hover\:u-text-white--dark:hover {
        color: #e0e0e0 !important;
    }

    .md\:hover\:u-text-white--light:hover {
        color: #fff !important;
    }

    .md\:hover\:u-text-yellow--dark:hover {
        color: #e0af00 !important;
    }

    .md\:hover\:u-text-yellow--light:hover {
        color: #ffce1f !important;
    }

    .md\:hover\:u-text-coral--dark:hover {
        color: #ff8141 !important;
    }

    .md\:hover\:u-text-coral--light:hover {
        color: #fb9 !important;
    }

    .md\:hover\:u-text-green--dark:hover {
        color: #00e001 !important;
    }

    .md\:hover\:u-text-green--light:hover {
        color: #1fff1f !important;
    }

    .md\:hover\:u-text-navy--dark:hover {
        color: #000028 !important;
    }

    .md\:hover\:u-text-navy--light:hover {
        color: #000032 !important;
    }

    .md\:hover\:u-text-navy-light--dark:hover {
        color: #121136 !important;
    }

    .md\:hover\:u-text-navy-light--light:hover {
        color: #161544 !important;
    }

    .md\:hover\:u-text-navy-lighter--dark:hover {
        color: #383858 !important;
    }

    .md\:hover\:u-text-navy-lighter--light:hover {
        color: #484870 !important;
    }

    .md\:hover\:u-text-navy-lightest--dark:hover {
        color: #66687e !important;
    }

    .md\:hover\:u-text-navy-lightest--light:hover {
        color: #85879d !important;
    }

    .md\:hover\:u-text-navy-grey--dark:hover {
        color: #292b4d !important;
    }

    .md\:hover\:u-text-navy-grey--light:hover {
        color: #353763 !important;
    }

    .md\:hover\:u-text-blue--dark:hover {
        color: #1200e0 !important;
    }

    .md\:hover\:u-text-blue--light:hover {
        color: #301dff !important;
    }

    .md\:hover\:u-text-wild-sand--dark:hover {
        color: #d7d7d7 !important;
    }

    .md\:hover\:u-text-wild-sand--light:hover {
        color: #fff !important;
    }

    .md\:hover\:u-text-grey-light--dark:hover {
        color: #c0c0c0 !important;
    }

    .md\:hover\:u-text-grey-light--light:hover {
        color: #f4f4f4 !important;
    }

    .md\:hover\:u-text-grey-lighter--dark:hover {
        color: #d7d7d7 !important;
    }

    .md\:hover\:u-text-grey-lighter--light:hover {
        color: #fff !important;
    }

    .md\:hover\:u-text-grey-lightest--dark:hover {
        color: #cedcea !important;
    }

    .md\:hover\:u-text-grey-lightest--light:hover {
        color: #fff !important;
    }

    .md\:hover\:u-text-nav-border--dark:hover {
        color: #2c2c4a !important;
    }

    .md\:hover\:u-text-nav-border--light:hover {
        color: #38385e !important;
    }

    .md\:hover\:u-text-silver--dark:hover {
        color: #a7a7a7 !important;
    }

    .md\:hover\:u-text-silver--light:hover {
        color: #d5d5d5 !important;
    }

    .md\:hover\:u-text-red--dark:hover {
        color: #e10100 !important;
    }

    .md\:hover\:u-text-red--light:hover {
        color: #ff2120 !important;
    }

    .md\:focus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .md\:focus\:u-text-black:focus {
        color: #05001e !important;
    }

    .md\:focus\:u-text-white:focus {
        color: #fff !important;
    }

    .md\:focus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .md\:focus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .md\:focus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .md\:focus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .md\:focus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .md\:focus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .md\:focus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .md\:focus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .md\:focus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .md\:focus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .md\:focus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .md\:focus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .md\:focus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .md\:focus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .md\:focus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .md\:focus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .md\:focus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .md\:focus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .md\:focus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .md\:focus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .md\:focus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .md\:focus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .md\:focus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .md\:focus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .md\:focus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .md\:focus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .md\:focus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .md\:focus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .md\:focus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .md\:focus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .md\:focus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .md\:focus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .md\:focus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .md\:focus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .md\:focus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .md\:focus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .md\:focus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .md\:focus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .md\:focus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .md\:focus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .md\:focus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .md\:focus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .md\:focus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .md\:focus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .md\:focus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .md\:focus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .md\:focus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .md\:focus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .md\:focus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .md\:focus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .md\:focus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .md\:focus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .md\:hocus\:u-text-transparent:hover,
    .md\:hocus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .md\:hocus\:u-text-black:hover,
    .md\:hocus\:u-text-black:focus {
        color: #05001e !important;
    }

    .md\:hocus\:u-text-white:hover,
    .md\:hocus\:u-text-white:focus {
        color: #fff !important;
    }

    .md\:hocus\:u-text-yellow:hover,
    .md\:hocus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .md\:hocus\:u-text-coral:hover,
    .md\:hocus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .md\:hocus\:u-text-green:hover,
    .md\:hocus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .md\:hocus\:u-text-navy:hover,
    .md\:hocus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .md\:hocus\:u-text-navy-light:hover,
    .md\:hocus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .md\:hocus\:u-text-navy-lighter:hover,
    .md\:hocus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .md\:hocus\:u-text-navy-lightest:hover,
    .md\:hocus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .md\:hocus\:u-text-navy-grey:hover,
    .md\:hocus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .md\:hocus\:u-text-blue:hover,
    .md\:hocus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .md\:hocus\:u-text-wild-sand:hover,
    .md\:hocus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .md\:hocus\:u-text-grey-light:hover,
    .md\:hocus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .md\:hocus\:u-text-grey-lighter:hover,
    .md\:hocus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .md\:hocus\:u-text-grey-lightest:hover,
    .md\:hocus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .md\:hocus\:u-text-nav-border:hover,
    .md\:hocus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .md\:hocus\:u-text-silver:hover,
    .md\:hocus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .md\:hocus\:u-text-red:hover,
    .md\:hocus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .md\:hocus\:u-text-black--dark:hover,
    .md\:hocus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .md\:hocus\:u-text-black--light:hover,
    .md\:hocus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .md\:hocus\:u-text-white--dark:hover,
    .md\:hocus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .md\:hocus\:u-text-white--light:hover,
    .md\:hocus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .md\:hocus\:u-text-yellow--dark:hover,
    .md\:hocus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .md\:hocus\:u-text-yellow--light:hover,
    .md\:hocus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .md\:hocus\:u-text-coral--dark:hover,
    .md\:hocus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .md\:hocus\:u-text-coral--light:hover,
    .md\:hocus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .md\:hocus\:u-text-green--dark:hover,
    .md\:hocus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .md\:hocus\:u-text-green--light:hover,
    .md\:hocus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .md\:hocus\:u-text-navy--dark:hover,
    .md\:hocus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .md\:hocus\:u-text-navy--light:hover,
    .md\:hocus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .md\:hocus\:u-text-navy-light--dark:hover,
    .md\:hocus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .md\:hocus\:u-text-navy-light--light:hover,
    .md\:hocus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .md\:hocus\:u-text-navy-lighter--dark:hover,
    .md\:hocus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .md\:hocus\:u-text-navy-lighter--light:hover,
    .md\:hocus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .md\:hocus\:u-text-navy-lightest--dark:hover,
    .md\:hocus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .md\:hocus\:u-text-navy-lightest--light:hover,
    .md\:hocus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .md\:hocus\:u-text-navy-grey--dark:hover,
    .md\:hocus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .md\:hocus\:u-text-navy-grey--light:hover,
    .md\:hocus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .md\:hocus\:u-text-blue--dark:hover,
    .md\:hocus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .md\:hocus\:u-text-blue--light:hover,
    .md\:hocus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .md\:hocus\:u-text-wild-sand--dark:hover,
    .md\:hocus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .md\:hocus\:u-text-wild-sand--light:hover,
    .md\:hocus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .md\:hocus\:u-text-grey-light--dark:hover,
    .md\:hocus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .md\:hocus\:u-text-grey-light--light:hover,
    .md\:hocus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .md\:hocus\:u-text-grey-lighter--dark:hover,
    .md\:hocus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .md\:hocus\:u-text-grey-lighter--light:hover,
    .md\:hocus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .md\:hocus\:u-text-grey-lightest--dark:hover,
    .md\:hocus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .md\:hocus\:u-text-grey-lightest--light:hover,
    .md\:hocus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .md\:hocus\:u-text-nav-border--dark:hover,
    .md\:hocus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .md\:hocus\:u-text-nav-border--light:hover,
    .md\:hocus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .md\:hocus\:u-text-silver--dark:hover,
    .md\:hocus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .md\:hocus\:u-text-silver--light:hover,
    .md\:hocus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .md\:hocus\:u-text-red--dark:hover,
    .md\:hocus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .md\:hocus\:u-text-red--light:hover,
    .md\:hocus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .md\:u-text-xs {
        font-size: .75rem !important;
    }

    .md\:u-text-sm {
        font-size: .875rem !important;
    }

    .md\:u-text-base {
        font-size: 1rem !important;
    }

    .md\:u-text-lg {
        font-size: 1.125rem !important;
    }

    .md\:u-text-xl {
        font-size: 1.25rem !important;
    }

    .md\:u-text-2xl {
        font-size: 1.5rem !important;
    }

    .md\:u-text-3xl {
        font-size: 1.875rem !important;
    }

    .md\:u-text-4xl {
        font-size: 2.25rem !important;
    }

    .md\:u-text-5xl {
        font-size: 3rem !important;
    }

    .md\:u-text-6xl {
        font-size: 3.5rem !important;
    }

    .md\:u-text-7xl {
        font-size: 4rem !important;
    }

    .md\:u-text-8xl {
        font-size: 6rem !important;
    }

    .md\:u-text-9xl {
        font-size: 8rem !important;
    }

    .md\:u-text-10xl {
        font-size: 10rem !important;
    }

    .md\:u-italic {
        font-style: italic !important;
    }

    .md\:u-roman {
        font-style: normal !important;
    }

    .md\:u-uppercase {
        text-transform: uppercase !important;
    }

    .md\:u-lowercase {
        text-transform: lowercase !important;
    }

    .md\:u-capitalize {
        text-transform: capitalize !important;
    }

    .md\:u-normal-case {
        text-transform: none !important;
    }

    .md\:u-underline {
        text-decoration: underline !important;
    }

    .md\:u-line-through {
        text-decoration: line-through !important;
    }

    .md\:u-no-underline {
        text-decoration: none !important;
    }

    .md\:u-antialiased {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .md\:u-subpixel-antialiased {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .md\:hover\:u-italic:hover {
        font-style: italic !important;
    }

    .md\:hover\:u-roman:hover {
        font-style: normal !important;
    }

    .md\:hover\:u-uppercase:hover {
        text-transform: uppercase !important;
    }

    .md\:hover\:u-lowercase:hover {
        text-transform: lowercase !important;
    }

    .md\:hover\:u-capitalize:hover {
        text-transform: capitalize !important;
    }

    .md\:hover\:u-normal-case:hover {
        text-transform: none !important;
    }

    .md\:hover\:u-underline:hover {
        text-decoration: underline !important;
    }

    .md\:hover\:u-line-through:hover {
        text-decoration: line-through !important;
    }

    .md\:hover\:u-no-underline:hover {
        text-decoration: none !important;
    }

    .md\:hover\:u-antialiased:hover {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .md\:hover\:u-subpixel-antialiased:hover {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .md\:focus\:u-italic:focus {
        font-style: italic !important;
    }

    .md\:focus\:u-roman:focus {
        font-style: normal !important;
    }

    .md\:focus\:u-uppercase:focus {
        text-transform: uppercase !important;
    }

    .md\:focus\:u-lowercase:focus {
        text-transform: lowercase !important;
    }

    .md\:focus\:u-capitalize:focus {
        text-transform: capitalize !important;
    }

    .md\:focus\:u-normal-case:focus {
        text-transform: none !important;
    }

    .md\:focus\:u-underline:focus {
        text-decoration: underline !important;
    }

    .md\:focus\:u-line-through:focus {
        text-decoration: line-through !important;
    }

    .md\:focus\:u-no-underline:focus {
        text-decoration: none !important;
    }

    .md\:focus\:u-antialiased:focus {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .md\:focus\:u-subpixel-antialiased:focus {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .md\:u-tracking-tight {
        letter-spacing: -0.05em !important;
    }

    .md\:u-tracking-normal {
        letter-spacing: 0 !important;
    }

    .md\:u-tracking-wide {
        letter-spacing: .05em !important;
    }

    .md\:u-select-none {
        -webkit-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .md\:u-select-text {
        -webkit-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .md\:u-align-baseline {
        vertical-align: baseline !important;
    }

    .md\:u-align-top {
        vertical-align: top !important;
    }

    .md\:u-align-middle {
        vertical-align: middle !important;
    }

    .md\:u-align-bottom {
        vertical-align: bottom !important;
    }

    .md\:u-align-text-top {
        vertical-align: text-top !important;
    }

    .md\:u-align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .md\:u-visible {
        visibility: visible !important;
    }

    .md\:u-invisible {
        visibility: hidden !important;
    }

    .md\:u-whitespace-normal {
        white-space: normal !important;
    }

    .md\:u-whitespace-no-wrap {
        white-space: nowrap !important;
    }

    .md\:u-whitespace-pre {
        white-space: pre !important;
    }

    .md\:u-whitespace-pre-line {
        white-space: pre-line !important;
    }

    .md\:u-whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .md\:u-break-words {
        word-wrap: break-word !important;
    }

    .md\:u-break-normal {
        word-wrap: normal !important;
    }

    .md\:u-truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .md\:u-w-0 {
        width: 0 !important;
    }

    .md\:u-w-1 {
        width: .25rem !important;
    }

    .md\:u-w-2 {
        width: .5rem !important;
    }

    .md\:u-w-3 {
        width: .75rem !important;
    }

    .md\:u-w-4 {
        width: 1rem !important;
    }

    .md\:u-w-5 {
        width: 1.25rem !important;
    }

    .md\:u-w-6 {
        width: 1.5rem !important;
    }

    .md\:u-w-8 {
        width: 2rem !important;
    }

    .md\:u-w-10 {
        width: 2.5rem !important;
    }

    .md\:u-w-12 {
        width: 3rem !important;
    }

    .md\:u-w-16 {
        width: 4rem !important;
    }

    .md\:u-w-24 {
        width: 6rem !important;
    }

    .md\:u-w-32 {
        width: 8rem !important;
    }

    .md\:u-w-48 {
        width: 12rem !important;
    }

    .md\:u-w-64 {
        width: 16rem !important;
    }

    .md\:u-w-72 {
        width: 32rem !important;
    }

    .md\:u-w-auto {
        width: auto !important;
    }

    .md\:u-w-px {
        width: 1px !important;
    }

    .md\:u-w-1\/2 {
        width: 50% !important;
    }

    .md\:u-w-1\/3 {
        width: 33.33333% !important;
    }

    .md\:u-w-2\/3 {
        width: 66.66667% !important;
    }

    .md\:u-w-1\/4 {
        width: 25% !important;
    }

    .md\:u-w-3\/4 {
        width: 75% !important;
    }

    .md\:u-w-1\/5 {
        width: 20% !important;
    }

    .md\:u-w-2\/5 {
        width: 40% !important;
    }

    .md\:u-w-3\/5 {
        width: 60% !important;
    }

    .md\:u-w-4\/5 {
        width: 80% !important;
    }

    .md\:u-w-1\/6 {
        width: 16.66667% !important;
    }

    .md\:u-w-5\/6 {
        width: 83.33333% !important;
    }

    .md\:u-w-1\/8 {
        width: 12.5% !important;
    }

    .md\:u-w-1\/12 {
        width: 8.333333%;
        !important;
    }

    .md\:u-w-full {
        width: 100% !important;
    }

    .md\:u-w-screen {
        width: 100vw !important;
    }

    .md\:u-z-0 {
        z-index: 0 !important;
    }

    .md\:u-z-10 {
        z-index: 10 !important;
    }

    .md\:u-z-20 {
        z-index: 20 !important;
    }

    .md\:u-z-30 {
        z-index: 30 !important;
    }

    .md\:u-z-40 {
        z-index: 40 !important;
    }

    .md\:u-z-50 {
        z-index: 50 !important;
    }

    .md\:u-z-auto {
        z-index: auto !important;
    }

    .md\:u-o-0 > * + * {
        margin-top: 0 !important;
    }

    .md\:u-o-1 > * + * {
        margin-top: .25rem !important;
    }

    .md\:u-o-2 > * + * {
        margin-top: .5rem !important;
    }

    .md\:u-o-3 > * + * {
        margin-top: .75rem !important;
    }

    .md\:u-o-4 > * + * {
        margin-top: 1rem !important;
    }

    .md\:u-o-5 > * + * {
        margin-top: 1.25rem !important;
    }

    .md\:u-o-6 > * + * {
        margin-top: 1.5rem !important;
    }

    .md\:u-o-8 > * + * {
        margin-top: 2rem !important;
    }

    .md\:u-o-10 > * + * {
        margin-top: 2.5rem !important;
    }

    .md\:u-o-12 > * + * {
        margin-top: 3rem !important;
    }

    .md\:u-o-16 > * + * {
        margin-top: 4rem !important;
    }

    .md\:u-o-20 > * + * {
        margin-top: 5rem !important;
    }

    .md\:u-o-24 > * + * {
        margin-top: 6rem !important;
    }

    .md\:u-o-32 > * + * {
        margin-top: 8rem !important;
    }

    .md\:u-o-40 > * + * {
        margin-top: 10rem !important;
    }

    .md\:u-o-72 > * + * {
        margin-top: 18rem !important;
    }

    .md\:u-o-px > * + * {
        margin-top: 1px !important;
    }

    .md\:u-scrim-t-\31 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .md\:u-scrim-t-\31 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .md\:u-scrim-t-\31 \/2::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .md\:u-scrim-t-\32 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .md\:u-scrim-t-\33 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .md\:hover\:u-scrim-t-\31 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .md\:hover\:u-scrim-t-\31 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .md\:hover\:u-scrim-t-\31 \/2::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .md\:hover\:u-scrim-t-\32 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .md\:hover\:u-scrim-t-\33 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .md\:u-aspect-ratio-square {
        padding-top: 100% !important;
    }

    .md\:u-aspect-ratio-16\/9 {
        padding-top: 56.25% !important;
    }

    .md\:u-aspect-ratio-300\/257 {
        padding-top: 85.67% !important;
    }

    .md\:u-aspect-ratio-304\/199 {
        padding-top: 65.46% !important;
    }

    .md\:u-aspect-ratio-45\/43 {
        padding-top: 95.56% !important;
    }

    .md\:u-transform-none {
        transform: none !important;
    }

    .md\:u-translate-x-1 {
        transform: translateX(.25rem) !important;
    }

    .md\:u-translate-y-1 {
        transform: translateY(.25rem) !important;
    }

    .md\:u-translate-x-2 {
        transform: translateX(.5rem) !important;
    }

    .md\:u-translate-y-2 {
        transform: translateY(.5rem) !important;
    }

    .md\:u-translate-x-3 {
        transform: translateX(.75rem) !important;
    }

    .md\:u-translate-y-3 {
        transform: translateY(.75rem) !important;
    }

    .md\:u-translate-x-4 {
        transform: translateX(1rem) !important;
    }

    .md\:u-translate-y-4 {
        transform: translateY(1rem) !important;
    }

    .md\:u-translate-x-5 {
        transform: translateX(1.25rem) !important;
    }

    .md\:u-translate-y-5 {
        transform: translateY(1.25rem) !important;
    }

    .md\:u-translate-x-6 {
        transform: translateX(1.5rem) !important;
    }

    .md\:u-translate-y-6 {
        transform: translateY(1.5rem) !important;
    }

    .md\:u-translate-x-8 {
        transform: translateX(2rem) !important;
    }

    .md\:u-translate-y-8 {
        transform: translateY(2rem) !important;
    }

    .md\:u-translate-x-10 {
        transform: translateX(2.5rem) !important;
    }

    .md\:u-translate-y-10 {
        transform: translateY(2.5rem) !important;
    }

    .md\:u-translate-x-12 {
        transform: translateX(3rem) !important;
    }

    .md\:u-translate-y-12 {
        transform: translateY(3rem) !important;
    }

    .md\:u-translate-x-16 {
        transform: translateX(4rem) !important;
    }

    .md\:u-translate-y-16 {
        transform: translateY(4rem) !important;
    }

    .md\:u-translate-x-20 {
        transform: translateX(5rem) !important;
    }

    .md\:u-translate-y-20 {
        transform: translateY(5rem) !important;
    }

    .md\:u-translate-x-24 {
        transform: translateX(6rem) !important;
    }

    .md\:u-translate-y-24 {
        transform: translateY(6rem) !important;
    }

    .md\:u-translate-x-32 {
        transform: translateX(8rem) !important;
    }

    .md\:u-translate-y-32 {
        transform: translateY(8rem) !important;
    }

    .md\:u-translate-x-1\/2 {
        transform: translateX(50%) !important;
    }

    .md\:u-translate-y-1\/2 {
        transform: translateY(50%) !important;
    }

    .md\:u--translate-x-1 {
        transform: translateX(-0.25rem) !important;
    }

    .md\:u--translate-y-1 {
        transform: translateY(-0.25rem) !important;
    }

    .md\:u--translate-x-2 {
        transform: translateX(-0.5rem) !important;
    }

    .md\:u--translate-y-2 {
        transform: translateY(-0.5rem) !important;
    }

    .md\:u--translate-x-3 {
        transform: translateX(-0.75rem) !important;
    }

    .md\:u--translate-y-3 {
        transform: translateY(-0.75rem) !important;
    }

    .md\:u--translate-x-4 {
        transform: translateX(-1rem) !important;
    }

    .md\:u--translate-y-4 {
        transform: translateY(-1rem) !important;
    }

    .md\:u--translate-x-5 {
        transform: translateX(-1.25rem) !important;
    }

    .md\:u--translate-y-5 {
        transform: translateY(-1.25rem) !important;
    }

    .md\:u--translate-x-6 {
        transform: translateX(-1.5rem) !important;
    }

    .md\:u--translate-y-6 {
        transform: translateY(-1.5rem) !important;
    }

    .md\:u--translate-x-8 {
        transform: translateX(-2rem) !important;
    }

    .md\:u--translate-y-8 {
        transform: translateY(-2rem) !important;
    }

    .md\:u--translate-x-10 {
        transform: translateX(-2.5rem) !important;
    }

    .md\:u--translate-y-10 {
        transform: translateY(-2.5rem) !important;
    }

    .md\:u--translate-x-12 {
        transform: translateX(-3rem) !important;
    }

    .md\:u--translate-y-12 {
        transform: translateY(-3rem) !important;
    }

    .md\:u--translate-x-16 {
        transform: translateX(-4rem) !important;
    }

    .md\:u--translate-y-16 {
        transform: translateY(-4rem) !important;
    }

    .md\:u--translate-x-20 {
        transform: translateX(-5rem) !important;
    }

    .md\:u--translate-y-20 {
        transform: translateY(-5rem) !important;
    }

    .md\:u--translate-x-24 {
        transform: translateX(-6rem) !important;
    }

    .md\:u--translate-y-24 {
        transform: translateY(-6rem) !important;
    }

    .md\:u--translate-x-32 {
        transform: translateX(-8rem) !important;
    }

    .md\:u--translate-y-32 {
        transform: translateY(-8rem) !important;
    }

    .md\:u--translate-x-1\/2 {
        transform: translateX(-50%) !important;
    }

    .md\:u--translate-y-1\/2 {
        transform: translateY(-50%) !important;
    }

    .md\:u-scale-90 {
        transform: scale(.9) !important;
    }

    .md\:u-scale-x-90 {
        transform: scaleX(.9) !important;
    }

    .md\:u-scale-y-90 {
        transform: scaleY(.9) !important;
    }

    .md\:u-scale-100 {
        transform: scale(1) !important;
    }

    .md\:u-scale-x-100 {
        transform: scaleX(1) !important;
    }

    .md\:u-scale-y-100 {
        transform: scaleY(1) !important;
    }

    .md\:u-scale-110 {
        transform: scale(1.1) !important;
    }

    .md\:u-scale-x-110 {
        transform: scaleX(1.1) !important;
    }

    .md\:u-scale-y-110 {
        transform: scaleY(1.1) !important;
    }

    .md\:hocus\:u-transform-none:hover,
    .md\:hocus\:u-transform-none:focus {
        transform: none !important;
    }

    .md\:hocus\:u-translate-x-1:hover,
    .md\:hocus\:u-translate-x-1:focus {
        transform: translateX(.25rem) !important;
    }

    .md\:hocus\:u-translate-y-1:hover,
    .md\:hocus\:u-translate-y-1:focus {
        transform: translateY(.25rem) !important;
    }

    .md\:hocus\:u-translate-x-2:hover,
    .md\:hocus\:u-translate-x-2:focus {
        transform: translateX(.5rem) !important;
    }

    .md\:hocus\:u-translate-y-2:hover,
    .md\:hocus\:u-translate-y-2:focus {
        transform: translateY(.5rem) !important;
    }

    .md\:hocus\:u-translate-x-3:hover,
    .md\:hocus\:u-translate-x-3:focus {
        transform: translateX(.75rem) !important;
    }

    .md\:hocus\:u-translate-y-3:hover,
    .md\:hocus\:u-translate-y-3:focus {
        transform: translateY(.75rem) !important;
    }

    .md\:hocus\:u-translate-x-4:hover,
    .md\:hocus\:u-translate-x-4:focus {
        transform: translateX(1rem) !important;
    }

    .md\:hocus\:u-translate-y-4:hover,
    .md\:hocus\:u-translate-y-4:focus {
        transform: translateY(1rem) !important;
    }

    .md\:hocus\:u-translate-x-5:hover,
    .md\:hocus\:u-translate-x-5:focus {
        transform: translateX(1.25rem) !important;
    }

    .md\:hocus\:u-translate-y-5:hover,
    .md\:hocus\:u-translate-y-5:focus {
        transform: translateY(1.25rem) !important;
    }

    .md\:hocus\:u-translate-x-6:hover,
    .md\:hocus\:u-translate-x-6:focus {
        transform: translateX(1.5rem) !important;
    }

    .md\:hocus\:u-translate-y-6:hover,
    .md\:hocus\:u-translate-y-6:focus {
        transform: translateY(1.5rem) !important;
    }

    .md\:hocus\:u-translate-x-8:hover,
    .md\:hocus\:u-translate-x-8:focus {
        transform: translateX(2rem) !important;
    }

    .md\:hocus\:u-translate-y-8:hover,
    .md\:hocus\:u-translate-y-8:focus {
        transform: translateY(2rem) !important;
    }

    .md\:hocus\:u-translate-x-10:hover,
    .md\:hocus\:u-translate-x-10:focus {
        transform: translateX(2.5rem) !important;
    }

    .md\:hocus\:u-translate-y-10:hover,
    .md\:hocus\:u-translate-y-10:focus {
        transform: translateY(2.5rem) !important;
    }

    .md\:hocus\:u-translate-x-12:hover,
    .md\:hocus\:u-translate-x-12:focus {
        transform: translateX(3rem) !important;
    }

    .md\:hocus\:u-translate-y-12:hover,
    .md\:hocus\:u-translate-y-12:focus {
        transform: translateY(3rem) !important;
    }

    .md\:hocus\:u-translate-x-16:hover,
    .md\:hocus\:u-translate-x-16:focus {
        transform: translateX(4rem) !important;
    }

    .md\:hocus\:u-translate-y-16:hover,
    .md\:hocus\:u-translate-y-16:focus {
        transform: translateY(4rem) !important;
    }

    .md\:hocus\:u-translate-x-20:hover,
    .md\:hocus\:u-translate-x-20:focus {
        transform: translateX(5rem) !important;
    }

    .md\:hocus\:u-translate-y-20:hover,
    .md\:hocus\:u-translate-y-20:focus {
        transform: translateY(5rem) !important;
    }

    .md\:hocus\:u-translate-x-24:hover,
    .md\:hocus\:u-translate-x-24:focus {
        transform: translateX(6rem) !important;
    }

    .md\:hocus\:u-translate-y-24:hover,
    .md\:hocus\:u-translate-y-24:focus {
        transform: translateY(6rem) !important;
    }

    .md\:hocus\:u-translate-x-32:hover,
    .md\:hocus\:u-translate-x-32:focus {
        transform: translateX(8rem) !important;
    }

    .md\:hocus\:u-translate-y-32:hover,
    .md\:hocus\:u-translate-y-32:focus {
        transform: translateY(8rem) !important;
    }

    .md\:hocus\:u-translate-x-1\/2:hover,
    .md\:hocus\:u-translate-x-1\/2:focus {
        transform: translateX(50%) !important;
    }

    .md\:hocus\:u-translate-y-1\/2:hover,
    .md\:hocus\:u-translate-y-1\/2:focus {
        transform: translateY(50%) !important;
    }

    .md\:hocus\:u--translate-x-1:hover,
    .md\:hocus\:u--translate-x-1:focus {
        transform: translateX(-0.25rem) !important;
    }

    .md\:hocus\:u--translate-y-1:hover,
    .md\:hocus\:u--translate-y-1:focus {
        transform: translateY(-0.25rem) !important;
    }

    .md\:hocus\:u--translate-x-2:hover,
    .md\:hocus\:u--translate-x-2:focus {
        transform: translateX(-0.5rem) !important;
    }

    .md\:hocus\:u--translate-y-2:hover,
    .md\:hocus\:u--translate-y-2:focus {
        transform: translateY(-0.5rem) !important;
    }

    .md\:hocus\:u--translate-x-3:hover,
    .md\:hocus\:u--translate-x-3:focus {
        transform: translateX(-0.75rem) !important;
    }

    .md\:hocus\:u--translate-y-3:hover,
    .md\:hocus\:u--translate-y-3:focus {
        transform: translateY(-0.75rem) !important;
    }

    .md\:hocus\:u--translate-x-4:hover,
    .md\:hocus\:u--translate-x-4:focus {
        transform: translateX(-1rem) !important;
    }

    .md\:hocus\:u--translate-y-4:hover,
    .md\:hocus\:u--translate-y-4:focus {
        transform: translateY(-1rem) !important;
    }

    .md\:hocus\:u--translate-x-5:hover,
    .md\:hocus\:u--translate-x-5:focus {
        transform: translateX(-1.25rem) !important;
    }

    .md\:hocus\:u--translate-y-5:hover,
    .md\:hocus\:u--translate-y-5:focus {
        transform: translateY(-1.25rem) !important;
    }

    .md\:hocus\:u--translate-x-6:hover,
    .md\:hocus\:u--translate-x-6:focus {
        transform: translateX(-1.5rem) !important;
    }

    .md\:hocus\:u--translate-y-6:hover,
    .md\:hocus\:u--translate-y-6:focus {
        transform: translateY(-1.5rem) !important;
    }

    .md\:hocus\:u--translate-x-8:hover,
    .md\:hocus\:u--translate-x-8:focus {
        transform: translateX(-2rem) !important;
    }

    .md\:hocus\:u--translate-y-8:hover,
    .md\:hocus\:u--translate-y-8:focus {
        transform: translateY(-2rem) !important;
    }

    .md\:hocus\:u--translate-x-10:hover,
    .md\:hocus\:u--translate-x-10:focus {
        transform: translateX(-2.5rem) !important;
    }

    .md\:hocus\:u--translate-y-10:hover,
    .md\:hocus\:u--translate-y-10:focus {
        transform: translateY(-2.5rem) !important;
    }

    .md\:hocus\:u--translate-x-12:hover,
    .md\:hocus\:u--translate-x-12:focus {
        transform: translateX(-3rem) !important;
    }

    .md\:hocus\:u--translate-y-12:hover,
    .md\:hocus\:u--translate-y-12:focus {
        transform: translateY(-3rem) !important;
    }

    .md\:hocus\:u--translate-x-16:hover,
    .md\:hocus\:u--translate-x-16:focus {
        transform: translateX(-4rem) !important;
    }

    .md\:hocus\:u--translate-y-16:hover,
    .md\:hocus\:u--translate-y-16:focus {
        transform: translateY(-4rem) !important;
    }

    .md\:hocus\:u--translate-x-20:hover,
    .md\:hocus\:u--translate-x-20:focus {
        transform: translateX(-5rem) !important;
    }

    .md\:hocus\:u--translate-y-20:hover,
    .md\:hocus\:u--translate-y-20:focus {
        transform: translateY(-5rem) !important;
    }

    .md\:hocus\:u--translate-x-24:hover,
    .md\:hocus\:u--translate-x-24:focus {
        transform: translateX(-6rem) !important;
    }

    .md\:hocus\:u--translate-y-24:hover,
    .md\:hocus\:u--translate-y-24:focus {
        transform: translateY(-6rem) !important;
    }

    .md\:hocus\:u--translate-x-32:hover,
    .md\:hocus\:u--translate-x-32:focus {
        transform: translateX(-8rem) !important;
    }

    .md\:hocus\:u--translate-y-32:hover,
    .md\:hocus\:u--translate-y-32:focus {
        transform: translateY(-8rem) !important;
    }

    .md\:hocus\:u--translate-x-1\/2:hover,
    .md\:hocus\:u--translate-x-1\/2:focus {
        transform: translateX(-50%) !important;
    }

    .md\:hocus\:u--translate-y-1\/2:hover,
    .md\:hocus\:u--translate-y-1\/2:focus {
        transform: translateY(-50%) !important;
    }

    .md\:hocus\:u-scale-90:hover,
    .md\:hocus\:u-scale-90:focus {
        transform: scale(.9) !important;
    }

    .md\:hocus\:u-scale-x-90:hover,
    .md\:hocus\:u-scale-x-90:focus {
        transform: scaleX(.9) !important;
    }

    .md\:hocus\:u-scale-y-90:hover,
    .md\:hocus\:u-scale-y-90:focus {
        transform: scaleY(.9) !important;
    }

    .md\:hocus\:u-scale-100:hover,
    .md\:hocus\:u-scale-100:focus {
        transform: scale(1) !important;
    }

    .md\:hocus\:u-scale-x-100:hover,
    .md\:hocus\:u-scale-x-100:focus {
        transform: scaleX(1) !important;
    }

    .md\:hocus\:u-scale-y-100:hover,
    .md\:hocus\:u-scale-y-100:focus {
        transform: scaleY(1) !important;
    }

    .md\:hocus\:u-scale-110:hover,
    .md\:hocus\:u-scale-110:focus {
        transform: scale(1.1) !important;
    }

    .md\:hocus\:u-scale-x-110:hover,
    .md\:hocus\:u-scale-x-110:focus {
        transform: scaleX(1.1) !important;
    }

    .md\:hocus\:u-scale-y-110:hover,
    .md\:hocus\:u-scale-y-110:focus {
        transform: scaleY(1.1) !important;
    }

    .md\:u--overlay-87 {
        top: calc((87px / 2) * -1);
    }
}

@media (min-width: 1024px) {
    .lg\:u-gap-0 {
        margin: -0;
    }

        .lg\:u-gap-0 > * {
            margin: 0;
        }

    .lg\:u-gap-x-0 {
        margin-left: -0;
        margin-right: -0;
    }

        .lg\:u-gap-x-0 > * {
            margin-left: 0;
            margin-right: 0;
        }

    .lg\:u-gap-y-0 {
        margin-top: -0;
        margin-bottom: -0;
    }

        .lg\:u-gap-y-0 > * {
            margin-top: 0;
            margin-bottom: 0;
        }

    .lg\:u-gap-1 {
        margin: -0.125rem;
    }

        .lg\:u-gap-1 > * {
            margin: .125rem;
        }

    .lg\:u-gap-x-1 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

        .lg\:u-gap-x-1 > * {
            margin-left: .125rem;
            margin-right: .125rem;
        }

    .lg\:u-gap-y-1 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

        .lg\:u-gap-y-1 > * {
            margin-top: .125rem;
            margin-bottom: .125rem;
        }

    .lg\:u-gap-2 {
        margin: -0.25rem;
    }

        .lg\:u-gap-2 > * {
            margin: .25rem;
        }

    .lg\:u-gap-x-2 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

        .lg\:u-gap-x-2 > * {
            margin-left: .25rem;
            margin-right: .25rem;
        }

    .lg\:u-gap-y-2 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

        .lg\:u-gap-y-2 > * {
            margin-top: .25rem;
            margin-bottom: .25rem;
        }

    .lg\:u-gap-3 {
        margin: -0.375rem;
    }

        .lg\:u-gap-3 > * {
            margin: .375rem;
        }

    .lg\:u-gap-x-3 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

        .lg\:u-gap-x-3 > * {
            margin-left: .375rem;
            margin-right: .375rem;
        }

    .lg\:u-gap-y-3 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

        .lg\:u-gap-y-3 > * {
            margin-top: .375rem;
            margin-bottom: .375rem;
        }

    .lg\:u-gap-4 {
        margin: -0.5rem;
    }

        .lg\:u-gap-4 > * {
            margin: .5rem;
        }

    .lg\:u-gap-x-4 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .lg\:u-gap-x-4 > * {
            margin-left: .5rem;
            margin-right: .5rem;
        }

    .lg\:u-gap-y-4 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

        .lg\:u-gap-y-4 > * {
            margin-top: .5rem;
            margin-bottom: .5rem;
        }

    .lg\:u-gap-5 {
        margin: -0.625rem;
    }

        .lg\:u-gap-5 > * {
            margin: .625rem;
        }

    .lg\:u-gap-x-5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

        .lg\:u-gap-x-5 > * {
            margin-left: .625rem;
            margin-right: .625rem;
        }

    .lg\:u-gap-y-5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

        .lg\:u-gap-y-5 > * {
            margin-top: .625rem;
            margin-bottom: .625rem;
        }

    .lg\:u-gap-6 {
        margin: -0.75rem;
    }

        .lg\:u-gap-6 > * {
            margin: .75rem;
        }

    .lg\:u-gap-x-6 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

        .lg\:u-gap-x-6 > * {
            margin-left: .75rem;
            margin-right: .75rem;
        }

    .lg\:u-gap-y-6 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

        .lg\:u-gap-y-6 > * {
            margin-top: .75rem;
            margin-bottom: .75rem;
        }

    .lg\:u-gap-8 {
        margin: -1rem;
    }

        .lg\:u-gap-8 > * {
            margin: 1rem;
        }

    .lg\:u-gap-x-8 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .lg\:u-gap-x-8 > * {
            margin-left: 1rem;
            margin-right: 1rem;
        }

    .lg\:u-gap-y-8 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

        .lg\:u-gap-y-8 > * {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .lg\:u-gap-10 {
        margin: -1.25rem;
    }

        .lg\:u-gap-10 > * {
            margin: 1.25rem;
        }

    .lg\:u-gap-x-10 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .lg\:u-gap-x-10 > * {
            margin-left: 1.25rem;
            margin-right: 1.25rem;
        }

    .lg\:u-gap-y-10 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

        .lg\:u-gap-y-10 > * {
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
        }

    .lg\:u-gap-12 {
        margin: -1.5rem;
    }

        .lg\:u-gap-12 > * {
            margin: 1.5rem;
        }

    .lg\:u-gap-x-12 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .lg\:u-gap-x-12 > * {
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

    .lg\:u-gap-y-12 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

        .lg\:u-gap-y-12 > * {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

    .lg\:u-gap-16 {
        margin: -2rem;
    }

        .lg\:u-gap-16 > * {
            margin: 2rem;
        }

    .lg\:u-gap-x-16 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

        .lg\:u-gap-x-16 > * {
            margin-left: 2rem;
            margin-right: 2rem;
        }

    .lg\:u-gap-y-16 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

        .lg\:u-gap-y-16 > * {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

    .lg\:u-gap-20 {
        margin: -2.5rem;
    }

        .lg\:u-gap-20 > * {
            margin: 2.5rem;
        }

    .lg\:u-gap-x-20 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

        .lg\:u-gap-x-20 > * {
            margin-left: 2.5rem;
            margin-right: 2.5rem;
        }

    .lg\:u-gap-y-20 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

        .lg\:u-gap-y-20 > * {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
        }

    .lg\:u-gap-24 {
        margin: -3rem;
    }

        .lg\:u-gap-24 > * {
            margin: 3rem;
        }

    .lg\:u-gap-x-24 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

        .lg\:u-gap-x-24 > * {
            margin-left: 3rem;
            margin-right: 3rem;
        }

    .lg\:u-gap-y-24 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

        .lg\:u-gap-y-24 > * {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

    .lg\:u-gap-32 {
        margin: -4rem;
    }

        .lg\:u-gap-32 > * {
            margin: 4rem;
        }

    .lg\:u-gap-x-32 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

        .lg\:u-gap-x-32 > * {
            margin-left: 4rem;
            margin-right: 4rem;
        }

    .lg\:u-gap-y-32 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

        .lg\:u-gap-y-32 > * {
            margin-top: 4rem;
            margin-bottom: 4rem;
        }

    .lg\:u-gap-px {
        margin: -0.5px;
    }

        .lg\:u-gap-px > * {
            margin: .5px;
        }

    .lg\:u-gap-x-px {
        margin-left: -0.5px;
        margin-right: -0.5px;
    }

        .lg\:u-gap-x-px > * {
            margin-left: .5px;
            margin-right: .5px;
        }

    .lg\:u-gap-y-px {
        margin-top: -0.5px;
        margin-bottom: -0.5px;
    }

        .lg\:u-gap-y-px > * {
            margin-top: .5px;
            margin-bottom: .5px;
        }

    .lg\:u-list-reset {
        list-style: none !important;
        padding: 0 !important;
    }

    .lg\:u-appearance-none {
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    .lg\:u-bg-fixed {
        background-attachment: fixed !important;
    }

    .lg\:u-bg-local {
        background-attachment: local !important;
    }

    .lg\:u-bg-scroll {
        background-attachment: scroll !important;
    }

    .lg\:u-bg-transparent {
        background-color: transparent !important;
    }

    .lg\:u-bg-black {
        background-color: #05001e !important;
    }

    .lg\:u-bg-white {
        background-color: #fff !important;
    }

    .lg\:u-bg-yellow {
        background-color: #ffc700 !important;
    }

    .lg\:u-bg-coral {
        background-color: #ff9e6d !important;
    }

    .lg\:u-bg-green {
        background-color: #00ff01 !important;
    }

    .lg\:u-bg-navy {
        background-color: #151716 !important;
    }

    .lg\:u-bg-navy-light {
        background-color: #14133d !important;
    }

    .lg\:u-bg-navy-lighter {
        background-color: #404064 !important;
    }

    .lg\:u-bg-navy-lightest {
        background-color: #74768f !important;
    }

    .lg\:u-bg-navy-grey {
        background-color: #2f3158 !important;
    }

    .lg\:u-bg-blue {
        background-color: #1500fe !important;
    }

    .lg\:u-bg-wild-sand {
        background-color: #f4f4f4 !important;
    }

    .lg\:u-bg-grey-light {
        background-color: #dadada !important;
    }

    .lg\:u-bg-grey-lighter {
        background-color: #f4f4f4 !important;
    }

    .lg\:u-bg-grey-lightest {
        background-color: #f8fafc !important;
    }

    .lg\:u-bg-nav-border {
        background-color: #323254 !important;
    }

    .lg\:u-bg-silver {
        background-color: #bebebe !important;
    }

    .lg\:u-bg-red {
        background-color: #ff0201 !important;
    }

    .lg\:u-bg-black--dark {
        background-color: #04001a !important;
    }

    .lg\:u-bg-black--light {
        background-color: #060022 !important;
    }

    .lg\:u-bg-white--dark {
        background-color: #e0e0e0 !important;
    }

    .lg\:u-bg-white--light {
        background-color: #fff !important;
    }

    .lg\:u-bg-yellow--dark {
        background-color: #e0af00 !important;
    }

    .lg\:u-bg-yellow--light {
        background-color: #ffce1f !important;
    }

    .lg\:u-bg-coral--dark {
        background-color: #ff8141 !important;
    }

    .lg\:u-bg-coral--light {
        background-color: #fb9 !important;
    }

    .lg\:u-bg-green--dark {
        background-color: #00e001 !important;
    }

    .lg\:u-bg-green--light {
        background-color: #1fff1f !important;
    }

    .lg\:u-bg-navy--dark {
        background-color: #000028 !important;
    }

    .lg\:u-bg-navy--light {
        background-color: #000032 !important;
    }

    .lg\:u-bg-navy-light--dark {
        background-color: #121136 !important;
    }

    .lg\:u-bg-navy-light--light {
        background-color: #161544 !important;
    }

    .lg\:u-bg-navy-lighter--dark {
        background-color: #383858 !important;
    }

    .lg\:u-bg-navy-lighter--light {
        background-color: #484870 !important;
    }

    .lg\:u-bg-navy-lightest--dark {
        background-color: #66687e !important;
    }

    .lg\:u-bg-navy-lightest--light {
        background-color: #85879d !important;
    }

    .lg\:u-bg-navy-grey--dark {
        background-color: #292b4d !important;
    }

    .lg\:u-bg-navy-grey--light {
        background-color: #353763 !important;
    }

    .lg\:u-bg-blue--dark {
        background-color: #1200e0 !important;
    }

    .lg\:u-bg-blue--light {
        background-color: #301dff !important;
    }

    .lg\:u-bg-wild-sand--dark {
        background-color: #d7d7d7 !important;
    }

    .lg\:u-bg-wild-sand--light {
        background-color: #fff !important;
    }

    .lg\:u-bg-grey-light--dark {
        background-color: #c0c0c0 !important;
    }

    .lg\:u-bg-grey-light--light {
        background-color: #f4f4f4 !important;
    }

    .lg\:u-bg-grey-lighter--dark {
        background-color: #d7d7d7 !important;
    }

    .lg\:u-bg-grey-lighter--light {
        background-color: #fff !important;
    }

    .lg\:u-bg-grey-lightest--dark {
        background-color: #cedcea !important;
    }

    .lg\:u-bg-grey-lightest--light {
        background-color: #fff !important;
    }

    .lg\:u-bg-nav-border--dark {
        background-color: #2c2c4a !important;
    }

    .lg\:u-bg-nav-border--light {
        background-color: #38385e !important;
    }

    .lg\:u-bg-silver--dark {
        background-color: #a7a7a7 !important;
    }

    .lg\:u-bg-silver--light {
        background-color: #d5d5d5 !important;
    }

    .lg\:u-bg-red--dark {
        background-color: #e10100 !important;
    }

    .lg\:u-bg-red--light {
        background-color: #ff2120 !important;
    }

    .lg\:hover\:u-bg-transparent:hover {
        background-color: transparent !important;
    }

    .lg\:hover\:u-bg-black:hover {
        background-color: #05001e !important;
    }

    .lg\:hover\:u-bg-white:hover {
        background-color: #fff !important;
    }

    .lg\:hover\:u-bg-yellow:hover {
        background-color: #ffc700 !important;
    }

    .lg\:hover\:u-bg-coral:hover {
        background-color: #ff9e6d !important;
    }

    .lg\:hover\:u-bg-green:hover {
        background-color: #00ff01 !important;
    }

    .lg\:hover\:u-bg-navy:hover {
        background-color: #151716 !important;
    }

    .lg\:hover\:u-bg-navy-light:hover {
        background-color: #14133d !important;
    }

    .lg\:hover\:u-bg-navy-lighter:hover {
        background-color: #404064 !important;
    }

    .lg\:hover\:u-bg-navy-lightest:hover {
        background-color: #74768f !important;
    }

    .lg\:hover\:u-bg-navy-grey:hover {
        background-color: #2f3158 !important;
    }

    .lg\:hover\:u-bg-blue:hover {
        background-color: #1500fe !important;
    }

    .lg\:hover\:u-bg-wild-sand:hover {
        background-color: #f4f4f4 !important;
    }

    .lg\:hover\:u-bg-grey-light:hover {
        background-color: #dadada !important;
    }

    .lg\:hover\:u-bg-grey-lighter:hover {
        background-color: #f4f4f4 !important;
    }

    .lg\:hover\:u-bg-grey-lightest:hover {
        background-color: #f8fafc !important;
    }

    .lg\:hover\:u-bg-nav-border:hover {
        background-color: #323254 !important;
    }

    .lg\:hover\:u-bg-silver:hover {
        background-color: #bebebe !important;
    }

    .lg\:hover\:u-bg-red:hover {
        background-color: #ff0201 !important;
    }

    .lg\:hover\:u-bg-black--dark:hover {
        background-color: #04001a !important;
    }

    .lg\:hover\:u-bg-black--light:hover {
        background-color: #060022 !important;
    }

    .lg\:hover\:u-bg-white--dark:hover {
        background-color: #e0e0e0 !important;
    }

    .lg\:hover\:u-bg-white--light:hover {
        background-color: #fff !important;
    }

    .lg\:hover\:u-bg-yellow--dark:hover {
        background-color: #e0af00 !important;
    }

    .lg\:hover\:u-bg-yellow--light:hover {
        background-color: #ffce1f !important;
    }

    .lg\:hover\:u-bg-coral--dark:hover {
        background-color: #ff8141 !important;
    }

    .lg\:hover\:u-bg-coral--light:hover {
        background-color: #fb9 !important;
    }

    .lg\:hover\:u-bg-green--dark:hover {
        background-color: #00e001 !important;
    }

    .lg\:hover\:u-bg-green--light:hover {
        background-color: #1fff1f !important;
    }

    .lg\:hover\:u-bg-navy--dark:hover {
        background-color: #000028 !important;
    }

    .lg\:hover\:u-bg-navy--light:hover {
        background-color: #000032 !important;
    }

    .lg\:hover\:u-bg-navy-light--dark:hover {
        background-color: #121136 !important;
    }

    .lg\:hover\:u-bg-navy-light--light:hover {
        background-color: #161544 !important;
    }

    .lg\:hover\:u-bg-navy-lighter--dark:hover {
        background-color: #383858 !important;
    }

    .lg\:hover\:u-bg-navy-lighter--light:hover {
        background-color: #484870 !important;
    }

    .lg\:hover\:u-bg-navy-lightest--dark:hover {
        background-color: #66687e !important;
    }

    .lg\:hover\:u-bg-navy-lightest--light:hover {
        background-color: #85879d !important;
    }

    .lg\:hover\:u-bg-navy-grey--dark:hover {
        background-color: #292b4d !important;
    }

    .lg\:hover\:u-bg-navy-grey--light:hover {
        background-color: #353763 !important;
    }

    .lg\:hover\:u-bg-blue--dark:hover {
        background-color: #1200e0 !important;
    }

    .lg\:hover\:u-bg-blue--light:hover {
        background-color: #301dff !important;
    }

    .lg\:hover\:u-bg-wild-sand--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .lg\:hover\:u-bg-wild-sand--light:hover {
        background-color: #fff !important;
    }

    .lg\:hover\:u-bg-grey-light--dark:hover {
        background-color: #c0c0c0 !important;
    }

    .lg\:hover\:u-bg-grey-light--light:hover {
        background-color: #f4f4f4 !important;
    }

    .lg\:hover\:u-bg-grey-lighter--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .lg\:hover\:u-bg-grey-lighter--light:hover {
        background-color: #fff !important;
    }

    .lg\:hover\:u-bg-grey-lightest--dark:hover {
        background-color: #cedcea !important;
    }

    .lg\:hover\:u-bg-grey-lightest--light:hover {
        background-color: #fff !important;
    }

    .lg\:hover\:u-bg-nav-border--dark:hover {
        background-color: #2c2c4a !important;
    }

    .lg\:hover\:u-bg-nav-border--light:hover {
        background-color: #38385e !important;
    }

    .lg\:hover\:u-bg-silver--dark:hover {
        background-color: #a7a7a7 !important;
    }

    .lg\:hover\:u-bg-silver--light:hover {
        background-color: #d5d5d5 !important;
    }

    .lg\:hover\:u-bg-red--dark:hover {
        background-color: #e10100 !important;
    }

    .lg\:hover\:u-bg-red--light:hover {
        background-color: #ff2120 !important;
    }

    .lg\:focus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .lg\:focus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .lg\:focus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .lg\:focus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .lg\:focus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .lg\:focus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .lg\:focus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .lg\:focus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .lg\:focus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .lg\:focus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .lg\:focus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .lg\:focus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .lg\:focus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .lg\:focus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .lg\:focus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .lg\:focus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .lg\:focus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .lg\:focus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .lg\:focus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .lg\:focus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .lg\:focus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .lg\:focus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .lg\:focus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .lg\:focus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .lg\:focus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .lg\:focus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .lg\:focus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .lg\:focus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .lg\:focus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .lg\:focus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .lg\:focus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .lg\:focus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .lg\:focus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .lg\:focus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .lg\:focus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .lg\:focus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .lg\:focus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .lg\:focus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .lg\:focus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .lg\:focus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .lg\:focus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .lg\:focus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .lg\:focus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .lg\:focus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .lg\:focus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .lg\:focus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .lg\:focus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .lg\:focus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .lg\:focus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .lg\:focus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .lg\:focus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .lg\:focus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .lg\:focus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .lg\:focus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .lg\:focus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .lg\:hocus\:u-bg-transparent:hover,
    .lg\:hocus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .lg\:hocus\:u-bg-black:hover,
    .lg\:hocus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .lg\:hocus\:u-bg-white:hover,
    .lg\:hocus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .lg\:hocus\:u-bg-yellow:hover,
    .lg\:hocus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .lg\:hocus\:u-bg-coral:hover,
    .lg\:hocus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .lg\:hocus\:u-bg-green:hover,
    .lg\:hocus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .lg\:hocus\:u-bg-navy:hover,
    .lg\:hocus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .lg\:hocus\:u-bg-navy-light:hover,
    .lg\:hocus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .lg\:hocus\:u-bg-navy-lighter:hover,
    .lg\:hocus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .lg\:hocus\:u-bg-navy-lightest:hover,
    .lg\:hocus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .lg\:hocus\:u-bg-navy-grey:hover,
    .lg\:hocus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .lg\:hocus\:u-bg-blue:hover,
    .lg\:hocus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .lg\:hocus\:u-bg-wild-sand:hover,
    .lg\:hocus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-bg-grey-light:hover,
    .lg\:hocus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .lg\:hocus\:u-bg-grey-lighter:hover,
    .lg\:hocus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-bg-grey-lightest:hover,
    .lg\:hocus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .lg\:hocus\:u-bg-nav-border:hover,
    .lg\:hocus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .lg\:hocus\:u-bg-silver:hover,
    .lg\:hocus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .lg\:hocus\:u-bg-red:hover,
    .lg\:hocus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .lg\:hocus\:u-bg-black--dark:hover,
    .lg\:hocus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .lg\:hocus\:u-bg-black--light:hover,
    .lg\:hocus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .lg\:hocus\:u-bg-white--dark:hover,
    .lg\:hocus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .lg\:hocus\:u-bg-white--light:hover,
    .lg\:hocus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .lg\:hocus\:u-bg-yellow--dark:hover,
    .lg\:hocus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .lg\:hocus\:u-bg-yellow--light:hover,
    .lg\:hocus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .lg\:hocus\:u-bg-coral--dark:hover,
    .lg\:hocus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .lg\:hocus\:u-bg-coral--light:hover,
    .lg\:hocus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .lg\:hocus\:u-bg-green--dark:hover,
    .lg\:hocus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .lg\:hocus\:u-bg-green--light:hover,
    .lg\:hocus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .lg\:hocus\:u-bg-navy--dark:hover,
    .lg\:hocus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .lg\:hocus\:u-bg-navy--light:hover,
    .lg\:hocus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .lg\:hocus\:u-bg-navy-light--dark:hover,
    .lg\:hocus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .lg\:hocus\:u-bg-navy-light--light:hover,
    .lg\:hocus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .lg\:hocus\:u-bg-navy-lighter--dark:hover,
    .lg\:hocus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .lg\:hocus\:u-bg-navy-lighter--light:hover,
    .lg\:hocus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .lg\:hocus\:u-bg-navy-lightest--dark:hover,
    .lg\:hocus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .lg\:hocus\:u-bg-navy-lightest--light:hover,
    .lg\:hocus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .lg\:hocus\:u-bg-navy-grey--dark:hover,
    .lg\:hocus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .lg\:hocus\:u-bg-navy-grey--light:hover,
    .lg\:hocus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .lg\:hocus\:u-bg-blue--dark:hover,
    .lg\:hocus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .lg\:hocus\:u-bg-blue--light:hover,
    .lg\:hocus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .lg\:hocus\:u-bg-wild-sand--dark:hover,
    .lg\:hocus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .lg\:hocus\:u-bg-wild-sand--light:hover,
    .lg\:hocus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .lg\:hocus\:u-bg-grey-light--dark:hover,
    .lg\:hocus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .lg\:hocus\:u-bg-grey-light--light:hover,
    .lg\:hocus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-bg-grey-lighter--dark:hover,
    .lg\:hocus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .lg\:hocus\:u-bg-grey-lighter--light:hover,
    .lg\:hocus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .lg\:hocus\:u-bg-grey-lightest--dark:hover,
    .lg\:hocus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .lg\:hocus\:u-bg-grey-lightest--light:hover,
    .lg\:hocus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .lg\:hocus\:u-bg-nav-border--dark:hover,
    .lg\:hocus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .lg\:hocus\:u-bg-nav-border--light:hover,
    .lg\:hocus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .lg\:hocus\:u-bg-silver--dark:hover,
    .lg\:hocus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .lg\:hocus\:u-bg-silver--light:hover,
    .lg\:hocus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .lg\:hocus\:u-bg-red--dark:hover,
    .lg\:hocus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .lg\:hocus\:u-bg-red--light:hover,
    .lg\:hocus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .lg\:u-bg-bottom {
        background-position: bottom !important;
    }

    .lg\:u-bg-center {
        background-position: center !important;
    }

    .lg\:u-bg-left {
        background-position: left !important;
    }

    .lg\:u-bg-left-bottom {
        background-position: left bottom !important;
    }

    .lg\:u-bg-left-top {
        background-position: left top !important;
    }

    .lg\:u-bg-right {
        background-position: right !important;
    }

    .lg\:u-bg-right-bottom {
        background-position: right bottom !important;
    }

    .lg\:u-bg-right-top {
        background-position: right top !important;
    }

    .lg\:u-bg-top {
        background-position: top !important;
    }

    .lg\:u-bg-repeat {
        background-repeat: repeat !important;
    }

    .lg\:u-bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .lg\:u-bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .lg\:u-bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .lg\:u-bg-auto {
        background-size: auto !important;
    }

    .lg\:u-bg-cover {
        background-size: cover !important;
    }

    .lg\:u-bg-contain {
        background-size: contain !important;
    }

    .lg\:u-border-transparent {
        border-color: transparent !important;
    }

    .lg\:u-border-black {
        border-color: #05001e !important;
    }

    .lg\:u-border-white {
        border-color: #fff !important;
    }

    .lg\:u-border-yellow {
        border-color: #ffc700 !important;
    }

    .lg\:u-border-coral {
        border-color: #ff9e6d !important;
    }

    .lg\:u-border-green {
        border-color: #00ff01 !important;
    }

    .lg\:u-border-navy {
        border-color: #151716 !important;
    }

    .lg\:u-border-navy-light {
        border-color: #14133d !important;
    }

    .lg\:u-border-navy-lighter {
        border-color: #404064 !important;
    }

    .lg\:u-border-navy-lightest {
        border-color: #74768f !important;
    }

    .lg\:u-border-navy-grey {
        border-color: #2f3158 !important;
    }

    .lg\:u-border-blue {
        border-color: #1500fe !important;
    }

    .lg\:u-border-wild-sand {
        border-color: #f4f4f4 !important;
    }

    .lg\:u-border-grey-light {
        border-color: #dadada !important;
    }

    .lg\:u-border-grey-lighter {
        border-color: #f4f4f4 !important;
    }

    .lg\:u-border-grey-lightest {
        border-color: #f8fafc !important;
    }

    .lg\:u-border-nav-border {
        border-color: #323254 !important;
    }

    .lg\:u-border-silver {
        border-color: #bebebe !important;
    }

    .lg\:u-border-red {
        border-color: #ff0201 !important;
    }

    .lg\:u-border-black--dark {
        border-color: #04001a !important;
    }

    .lg\:u-border-black--light {
        border-color: #060022 !important;
    }

    .lg\:u-border-white--dark {
        border-color: #e0e0e0 !important;
    }

    .lg\:u-border-white--light {
        border-color: #fff !important;
    }

    .lg\:u-border-yellow--dark {
        border-color: #e0af00 !important;
    }

    .lg\:u-border-yellow--light {
        border-color: #ffce1f !important;
    }

    .lg\:u-border-coral--dark {
        border-color: #ff8141 !important;
    }

    .lg\:u-border-coral--light {
        border-color: #fb9 !important;
    }

    .lg\:u-border-green--dark {
        border-color: #00e001 !important;
    }

    .lg\:u-border-green--light {
        border-color: #1fff1f !important;
    }

    .lg\:u-border-navy--dark {
        border-color: #000028 !important;
    }

    .lg\:u-border-navy--light {
        border-color: #000032 !important;
    }

    .lg\:u-border-navy-light--dark {
        border-color: #121136 !important;
    }

    .lg\:u-border-navy-light--light {
        border-color: #161544 !important;
    }

    .lg\:u-border-navy-lighter--dark {
        border-color: #383858 !important;
    }

    .lg\:u-border-navy-lighter--light {
        border-color: #484870 !important;
    }

    .lg\:u-border-navy-lightest--dark {
        border-color: #66687e !important;
    }

    .lg\:u-border-navy-lightest--light {
        border-color: #85879d !important;
    }

    .lg\:u-border-navy-grey--dark {
        border-color: #292b4d !important;
    }

    .lg\:u-border-navy-grey--light {
        border-color: #353763 !important;
    }

    .lg\:u-border-blue--dark {
        border-color: #1200e0 !important;
    }

    .lg\:u-border-blue--light {
        border-color: #301dff !important;
    }

    .lg\:u-border-wild-sand--dark {
        border-color: #d7d7d7 !important;
    }

    .lg\:u-border-wild-sand--light {
        border-color: #fff !important;
    }

    .lg\:u-border-grey-light--dark {
        border-color: #c0c0c0 !important;
    }

    .lg\:u-border-grey-light--light {
        border-color: #f4f4f4 !important;
    }

    .lg\:u-border-grey-lighter--dark {
        border-color: #d7d7d7 !important;
    }

    .lg\:u-border-grey-lighter--light {
        border-color: #fff !important;
    }

    .lg\:u-border-grey-lightest--dark {
        border-color: #cedcea !important;
    }

    .lg\:u-border-grey-lightest--light {
        border-color: #fff !important;
    }

    .lg\:u-border-nav-border--dark {
        border-color: #2c2c4a !important;
    }

    .lg\:u-border-nav-border--light {
        border-color: #38385e !important;
    }

    .lg\:u-border-silver--dark {
        border-color: #a7a7a7 !important;
    }

    .lg\:u-border-silver--light {
        border-color: #d5d5d5 !important;
    }

    .lg\:u-border-red--dark {
        border-color: #e10100 !important;
    }

    .lg\:u-border-red--light {
        border-color: #ff2120 !important;
    }

    .lg\:hover\:u-border-transparent:hover {
        border-color: transparent !important;
    }

    .lg\:hover\:u-border-black:hover {
        border-color: #05001e !important;
    }

    .lg\:hover\:u-border-white:hover {
        border-color: #fff !important;
    }

    .lg\:hover\:u-border-yellow:hover {
        border-color: #ffc700 !important;
    }

    .lg\:hover\:u-border-coral:hover {
        border-color: #ff9e6d !important;
    }

    .lg\:hover\:u-border-green:hover {
        border-color: #00ff01 !important;
    }

    .lg\:hover\:u-border-navy:hover {
        border-color: #151716 !important;
    }

    .lg\:hover\:u-border-navy-light:hover {
        border-color: #14133d !important;
    }

    .lg\:hover\:u-border-navy-lighter:hover {
        border-color: #404064 !important;
    }

    .lg\:hover\:u-border-navy-lightest:hover {
        border-color: #74768f !important;
    }

    .lg\:hover\:u-border-navy-grey:hover {
        border-color: #2f3158 !important;
    }

    .lg\:hover\:u-border-blue:hover {
        border-color: #1500fe !important;
    }

    .lg\:hover\:u-border-wild-sand:hover {
        border-color: #f4f4f4 !important;
    }

    .lg\:hover\:u-border-grey-light:hover {
        border-color: #dadada !important;
    }

    .lg\:hover\:u-border-grey-lighter:hover {
        border-color: #f4f4f4 !important;
    }

    .lg\:hover\:u-border-grey-lightest:hover {
        border-color: #f8fafc !important;
    }

    .lg\:hover\:u-border-nav-border:hover {
        border-color: #323254 !important;
    }

    .lg\:hover\:u-border-silver:hover {
        border-color: #bebebe !important;
    }

    .lg\:hover\:u-border-red:hover {
        border-color: #ff0201 !important;
    }

    .lg\:hover\:u-border-black--dark:hover {
        border-color: #04001a !important;
    }

    .lg\:hover\:u-border-black--light:hover {
        border-color: #060022 !important;
    }

    .lg\:hover\:u-border-white--dark:hover {
        border-color: #e0e0e0 !important;
    }

    .lg\:hover\:u-border-white--light:hover {
        border-color: #fff !important;
    }

    .lg\:hover\:u-border-yellow--dark:hover {
        border-color: #e0af00 !important;
    }

    .lg\:hover\:u-border-yellow--light:hover {
        border-color: #ffce1f !important;
    }

    .lg\:hover\:u-border-coral--dark:hover {
        border-color: #ff8141 !important;
    }

    .lg\:hover\:u-border-coral--light:hover {
        border-color: #fb9 !important;
    }

    .lg\:hover\:u-border-green--dark:hover {
        border-color: #00e001 !important;
    }

    .lg\:hover\:u-border-green--light:hover {
        border-color: #1fff1f !important;
    }

    .lg\:hover\:u-border-navy--dark:hover {
        border-color: #000028 !important;
    }

    .lg\:hover\:u-border-navy--light:hover {
        border-color: #000032 !important;
    }

    .lg\:hover\:u-border-navy-light--dark:hover {
        border-color: #121136 !important;
    }

    .lg\:hover\:u-border-navy-light--light:hover {
        border-color: #161544 !important;
    }

    .lg\:hover\:u-border-navy-lighter--dark:hover {
        border-color: #383858 !important;
    }

    .lg\:hover\:u-border-navy-lighter--light:hover {
        border-color: #484870 !important;
    }

    .lg\:hover\:u-border-navy-lightest--dark:hover {
        border-color: #66687e !important;
    }

    .lg\:hover\:u-border-navy-lightest--light:hover {
        border-color: #85879d !important;
    }

    .lg\:hover\:u-border-navy-grey--dark:hover {
        border-color: #292b4d !important;
    }

    .lg\:hover\:u-border-navy-grey--light:hover {
        border-color: #353763 !important;
    }

    .lg\:hover\:u-border-blue--dark:hover {
        border-color: #1200e0 !important;
    }

    .lg\:hover\:u-border-blue--light:hover {
        border-color: #301dff !important;
    }

    .lg\:hover\:u-border-wild-sand--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .lg\:hover\:u-border-wild-sand--light:hover {
        border-color: #fff !important;
    }

    .lg\:hover\:u-border-grey-light--dark:hover {
        border-color: #c0c0c0 !important;
    }

    .lg\:hover\:u-border-grey-light--light:hover {
        border-color: #f4f4f4 !important;
    }

    .lg\:hover\:u-border-grey-lighter--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .lg\:hover\:u-border-grey-lighter--light:hover {
        border-color: #fff !important;
    }

    .lg\:hover\:u-border-grey-lightest--dark:hover {
        border-color: #cedcea !important;
    }

    .lg\:hover\:u-border-grey-lightest--light:hover {
        border-color: #fff !important;
    }

    .lg\:hover\:u-border-nav-border--dark:hover {
        border-color: #2c2c4a !important;
    }

    .lg\:hover\:u-border-nav-border--light:hover {
        border-color: #38385e !important;
    }

    .lg\:hover\:u-border-silver--dark:hover {
        border-color: #a7a7a7 !important;
    }

    .lg\:hover\:u-border-silver--light:hover {
        border-color: #d5d5d5 !important;
    }

    .lg\:hover\:u-border-red--dark:hover {
        border-color: #e10100 !important;
    }

    .lg\:hover\:u-border-red--light:hover {
        border-color: #ff2120 !important;
    }

    .lg\:focus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .lg\:focus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .lg\:focus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .lg\:focus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .lg\:focus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .lg\:focus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .lg\:focus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .lg\:focus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .lg\:focus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .lg\:focus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .lg\:focus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .lg\:focus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .lg\:focus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .lg\:focus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .lg\:focus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .lg\:focus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .lg\:focus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .lg\:focus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .lg\:focus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .lg\:focus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .lg\:focus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .lg\:focus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .lg\:focus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .lg\:focus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .lg\:focus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .lg\:focus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .lg\:focus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .lg\:focus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .lg\:focus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .lg\:focus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .lg\:focus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .lg\:focus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .lg\:focus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .lg\:focus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .lg\:focus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .lg\:focus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .lg\:focus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .lg\:focus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .lg\:focus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .lg\:focus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .lg\:focus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .lg\:focus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .lg\:focus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .lg\:focus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .lg\:focus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .lg\:focus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .lg\:focus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .lg\:focus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .lg\:focus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .lg\:focus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .lg\:focus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .lg\:focus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .lg\:focus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .lg\:focus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .lg\:focus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .lg\:hocus\:u-border-transparent:hover,
    .lg\:hocus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .lg\:hocus\:u-border-black:hover,
    .lg\:hocus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .lg\:hocus\:u-border-white:hover,
    .lg\:hocus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .lg\:hocus\:u-border-yellow:hover,
    .lg\:hocus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .lg\:hocus\:u-border-coral:hover,
    .lg\:hocus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .lg\:hocus\:u-border-green:hover,
    .lg\:hocus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .lg\:hocus\:u-border-navy:hover,
    .lg\:hocus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .lg\:hocus\:u-border-navy-light:hover,
    .lg\:hocus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .lg\:hocus\:u-border-navy-lighter:hover,
    .lg\:hocus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .lg\:hocus\:u-border-navy-lightest:hover,
    .lg\:hocus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .lg\:hocus\:u-border-navy-grey:hover,
    .lg\:hocus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .lg\:hocus\:u-border-blue:hover,
    .lg\:hocus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .lg\:hocus\:u-border-wild-sand:hover,
    .lg\:hocus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-border-grey-light:hover,
    .lg\:hocus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .lg\:hocus\:u-border-grey-lighter:hover,
    .lg\:hocus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-border-grey-lightest:hover,
    .lg\:hocus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .lg\:hocus\:u-border-nav-border:hover,
    .lg\:hocus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .lg\:hocus\:u-border-silver:hover,
    .lg\:hocus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .lg\:hocus\:u-border-red:hover,
    .lg\:hocus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .lg\:hocus\:u-border-black--dark:hover,
    .lg\:hocus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .lg\:hocus\:u-border-black--light:hover,
    .lg\:hocus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .lg\:hocus\:u-border-white--dark:hover,
    .lg\:hocus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .lg\:hocus\:u-border-white--light:hover,
    .lg\:hocus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .lg\:hocus\:u-border-yellow--dark:hover,
    .lg\:hocus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .lg\:hocus\:u-border-yellow--light:hover,
    .lg\:hocus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .lg\:hocus\:u-border-coral--dark:hover,
    .lg\:hocus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .lg\:hocus\:u-border-coral--light:hover,
    .lg\:hocus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .lg\:hocus\:u-border-green--dark:hover,
    .lg\:hocus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .lg\:hocus\:u-border-green--light:hover,
    .lg\:hocus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .lg\:hocus\:u-border-navy--dark:hover,
    .lg\:hocus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .lg\:hocus\:u-border-navy--light:hover,
    .lg\:hocus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .lg\:hocus\:u-border-navy-light--dark:hover,
    .lg\:hocus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .lg\:hocus\:u-border-navy-light--light:hover,
    .lg\:hocus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .lg\:hocus\:u-border-navy-lighter--dark:hover,
    .lg\:hocus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .lg\:hocus\:u-border-navy-lighter--light:hover,
    .lg\:hocus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .lg\:hocus\:u-border-navy-lightest--dark:hover,
    .lg\:hocus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .lg\:hocus\:u-border-navy-lightest--light:hover,
    .lg\:hocus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .lg\:hocus\:u-border-navy-grey--dark:hover,
    .lg\:hocus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .lg\:hocus\:u-border-navy-grey--light:hover,
    .lg\:hocus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .lg\:hocus\:u-border-blue--dark:hover,
    .lg\:hocus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .lg\:hocus\:u-border-blue--light:hover,
    .lg\:hocus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .lg\:hocus\:u-border-wild-sand--dark:hover,
    .lg\:hocus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .lg\:hocus\:u-border-wild-sand--light:hover,
    .lg\:hocus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .lg\:hocus\:u-border-grey-light--dark:hover,
    .lg\:hocus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .lg\:hocus\:u-border-grey-light--light:hover,
    .lg\:hocus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-border-grey-lighter--dark:hover,
    .lg\:hocus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .lg\:hocus\:u-border-grey-lighter--light:hover,
    .lg\:hocus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .lg\:hocus\:u-border-grey-lightest--dark:hover,
    .lg\:hocus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .lg\:hocus\:u-border-grey-lightest--light:hover,
    .lg\:hocus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .lg\:hocus\:u-border-nav-border--dark:hover,
    .lg\:hocus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .lg\:hocus\:u-border-nav-border--light:hover,
    .lg\:hocus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .lg\:hocus\:u-border-silver--dark:hover,
    .lg\:hocus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .lg\:hocus\:u-border-silver--light:hover,
    .lg\:hocus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .lg\:hocus\:u-border-red--dark:hover,
    .lg\:hocus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .lg\:hocus\:u-border-red--light:hover,
    .lg\:hocus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .lg\:u-rounded-none {
        border-radius: 0 !important;
    }

    .lg\:u-rounded-sm {
        border-radius: .125rem !important;
    }

    .lg\:u-rounded {
        border-radius: .25rem !important;
    }

    .lg\:u-rounded-lg {
        border-radius: .5rem !important;
    }

    .lg\:u-rounded-full {
        border-radius: 9999px !important;
    }

    .lg\:u-rounded-t-none {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .lg\:u-rounded-r-none {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .lg\:u-rounded-b-none {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .lg\:u-rounded-l-none {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .lg\:u-rounded-t-sm {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important;
    }

    .lg\:u-rounded-r-sm {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important;
    }

    .lg\:u-rounded-b-sm {
        border-bottom-right-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .lg\:u-rounded-l-sm {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .lg\:u-rounded-t {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
    }

    .lg\:u-rounded-r {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }

    .lg\:u-rounded-b {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .lg\:u-rounded-l {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .lg\:u-rounded-t-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important;
    }

    .lg\:u-rounded-r-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important;
    }

    .lg\:u-rounded-b-lg {
        border-bottom-right-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .lg\:u-rounded-l-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .lg\:u-rounded-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .lg\:u-rounded-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .lg\:u-rounded-b-full {
        border-bottom-right-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .lg\:u-rounded-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .lg\:u-rounded-tl-none {
        border-top-left-radius: 0 !important;
    }

    .lg\:u-rounded-tr-none {
        border-top-right-radius: 0 !important;
    }

    .lg\:u-rounded-br-none {
        border-bottom-right-radius: 0 !important;
    }

    .lg\:u-rounded-bl-none {
        border-bottom-left-radius: 0 !important;
    }

    .lg\:u-rounded-tl-sm {
        border-top-left-radius: .125rem !important;
    }

    .lg\:u-rounded-tr-sm {
        border-top-right-radius: .125rem !important;
    }

    .lg\:u-rounded-br-sm {
        border-bottom-right-radius: .125rem !important;
    }

    .lg\:u-rounded-bl-sm {
        border-bottom-left-radius: .125rem !important;
    }

    .lg\:u-rounded-tl {
        border-top-left-radius: .25rem !important;
    }

    .lg\:u-rounded-tr {
        border-top-right-radius: .25rem !important;
    }

    .lg\:u-rounded-br {
        border-bottom-right-radius: .25rem !important;
    }

    .lg\:u-rounded-bl {
        border-bottom-left-radius: .25rem !important;
    }

    .lg\:u-rounded-tl-lg {
        border-top-left-radius: .5rem !important;
    }

    .lg\:u-rounded-tr-lg {
        border-top-right-radius: .5rem !important;
    }

    .lg\:u-rounded-br-lg {
        border-bottom-right-radius: .5rem !important;
    }

    .lg\:u-rounded-bl-lg {
        border-bottom-left-radius: .5rem !important;
    }

    .lg\:u-rounded-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .lg\:u-rounded-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .lg\:u-rounded-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .lg\:u-rounded-bl-full {
        border-bottom-left-radius: 9999px !important;
    }

    .lg\:u-border-solid {
        border-style: solid !important;
    }

    .lg\:u-border-dashed {
        border-style: dashed !important;
    }

    .lg\:u-border-dotted {
        border-style: dotted !important;
    }

    .lg\:u-border-none {
        border-style: none !important;
    }

    .lg\:u-border-0 {
        border-width: 0 !important;
    }

    .lg\:u-border-2 {
        border-width: 2px !important;
    }

    .lg\:u-border-3 {
        border-width: 3px !important;
    }

    .lg\:u-border-4 {
        border-width: 4px !important;
    }

    .lg\:u-border-8 {
        border-width: 8px !important;
    }

    .lg\:u-border {
        border-width: 1px !important;
    }

    .lg\:u-border-t-0 {
        border-top-width: 0 !important;
    }

    .lg\:u-border-r-0 {
        border-right-width: 0 !important;
    }

    .lg\:u-border-b-0 {
        border-bottom-width: 0 !important;
    }

    .lg\:u-border-l-0 {
        border-left-width: 0 !important;
    }

    .lg\:u-border-t-2 {
        border-top-width: 2px !important;
    }

    .lg\:u-border-r-2 {
        border-right-width: 2px !important;
    }

    .lg\:u-border-b-2 {
        border-bottom-width: 2px !important;
    }

    .lg\:u-border-l-2 {
        border-left-width: 2px !important;
    }

    .lg\:u-border-t-3 {
        border-top-width: 3px !important;
    }

    .lg\:u-border-r-3 {
        border-right-width: 3px !important;
    }

    .lg\:u-border-b-3 {
        border-bottom-width: 3px !important;
    }

    .lg\:u-border-l-3 {
        border-left-width: 3px !important;
    }

    .lg\:u-border-t-4 {
        border-top-width: 4px !important;
    }

    .lg\:u-border-r-4 {
        border-right-width: 4px !important;
    }

    .lg\:u-border-b-4 {
        border-bottom-width: 4px !important;
    }

    .lg\:u-border-l-4 {
        border-left-width: 4px !important;
    }

    .lg\:u-border-t-8 {
        border-top-width: 8px !important;
    }

    .lg\:u-border-r-8 {
        border-right-width: 8px !important;
    }

    .lg\:u-border-b-8 {
        border-bottom-width: 8px !important;
    }

    .lg\:u-border-l-8 {
        border-left-width: 8px !important;
    }

    .lg\:u-border-t {
        border-top-width: 1px !important;
    }

    .lg\:u-border-r {
        border-right-width: 1px !important;
    }

    .lg\:u-border-b {
        border-bottom-width: 1px !important;
    }

    .lg\:u-border-l {
        border-left-width: 1px !important;
    }

    .lg\:u-cursor-auto {
        cursor: auto !important;
    }

    .lg\:u-cursor-default {
        cursor: default !important;
    }

    .lg\:u-cursor-pointer {
        cursor: pointer !important;
    }

    .lg\:u-cursor-wait {
        cursor: wait !important;
    }

    .lg\:u-cursor-move {
        cursor: move !important;
    }

    .lg\:u-cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .lg\:u-block {
        display: block !important;
    }

    .lg\:u-inline-block {
        display: inline-block !important;
    }

    .lg\:u-inline {
        display: inline !important;
    }

    .lg\:u-table {
        display: table !important;
    }

    .lg\:u-table-row {
        display: table-row !important;
    }

    .lg\:u-table-cell {
        display: table-cell !important;
    }

    .lg\:u-hidden {
        display: none !important;
    }

    .lg\:u-flex {
        display: flex !important;
    }

    .lg\:u-inline-flex {
        display: inline-flex !important;
    }

    .lg\:u-flex-row {
        flex-direction: row !important;
    }

    .lg\:u-flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .lg\:u-flex-col {
        flex-direction: column !important;
    }

    .lg\:u-flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .lg\:u-flex-wrap {
        flex-wrap: wrap !important;
    }

    .lg\:u-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .lg\:u-flex-no-wrap {
        flex-wrap: nowrap !important;
    }

    .lg\:u-items-start {
        align-items: flex-start !important;
    }

    .lg\:u-items-end {
        align-items: flex-end !important;
    }

    .lg\:u-items-center {
        align-items: center !important;
    }

    .lg\:u-items-baseline {
        align-items: baseline !important;
    }

    .lg\:u-items-stretch {
        align-items: stretch !important;
    }

    .lg\:u-self-auto {
        align-self: auto !important;
    }

    .lg\:u-self-start {
        align-self: flex-start !important;
    }

    .lg\:u-self-end {
        align-self: flex-end !important;
    }

    .lg\:u-self-center {
        align-self: center !important;
    }

    .lg\:u-self-stretch {
        align-self: stretch !important;
    }

    .lg\:u-justify-start {
        justify-content: flex-start !important;
    }

    .lg\:u-justify-end {
        justify-content: flex-end !important;
    }

    .lg\:u-justify-center {
        justify-content: center !important;
    }

    .lg\:u-justify-between {
        justify-content: space-between !important;
    }

    .lg\:u-justify-around {
        justify-content: space-around !important;
    }

    .lg\:u-content-center {
        align-content: center !important;
    }

    .lg\:u-content-start {
        align-content: flex-start !important;
    }

    .lg\:u-content-end {
        align-content: flex-end !important;
    }

    .lg\:u-content-between {
        align-content: space-between !important;
    }

    .lg\:u-content-around {
        align-content: space-around !important;
    }

    .lg\:u-flex-1 {
        flex: 1 1 0% !important;
    }

    .lg\:u-flex-auto {
        flex: 1 1 auto !important;
    }

    .lg\:u-flex-initial {
        flex: 0 1 auto !important;
    }

    .lg\:u-flex-none {
        flex: none !important;
    }

    .lg\:u-flex-grow {
        flex-grow: 1 !important;
    }

    .lg\:u-flex-shrink {
        flex-shrink: 1 !important;
    }

    .lg\:u-flex-no-grow {
        flex-grow: 0 !important;
    }

    .lg\:u-flex-no-shrink {
        flex-shrink: 0 !important;
    }

    .lg\:u-float-right {
        float: right !important;
    }

    .lg\:u-float-left {
        float: left !important;
    }

    .lg\:u-float-none {
        float: none !important;
    }

    .lg\:u-clearfix:after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }

    .lg\:u-font-sans {
        font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    }

    .lg\:u-font-serif {
        font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
    }

    .lg\:u-font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    }

    .lg\:u-font-lemur {
        font-family: Lemur, Helvetica, sans-serif !important;
    }

    .lg\:u-font-gilroy {
        font-family: Gilroy, Helvetica, sans-serif !important;
    }

    .lg\:u-font-hairline {
        font-weight: 100 !important;
    }

    .lg\:u-font-thin {
        font-weight: 200 !important;
    }

    .lg\:u-font-light {
        font-weight: 300 !important;
    }

    .lg\:u-font-normal {
        font-weight: 400 !important;
    }

    .lg\:u-font-medium {
        font-weight: 500 !important;
    }

    .lg\:u-font-semibold {
        font-weight: 600 !important;
    }

    .lg\:u-font-bold {
        font-weight: 700 !important;
    }

    .lg\:u-font-extrabold {
        font-weight: 800 !important;
    }

    .lg\:u-font-black {
        font-weight: 900 !important;
    }

    .lg\:hover\:u-font-hairline:hover {
        font-weight: 100 !important;
    }

    .lg\:hover\:u-font-thin:hover {
        font-weight: 200 !important;
    }

    .lg\:hover\:u-font-light:hover {
        font-weight: 300 !important;
    }

    .lg\:hover\:u-font-normal:hover {
        font-weight: 400 !important;
    }

    .lg\:hover\:u-font-medium:hover {
        font-weight: 500 !important;
    }

    .lg\:hover\:u-font-semibold:hover {
        font-weight: 600 !important;
    }

    .lg\:hover\:u-font-bold:hover {
        font-weight: 700 !important;
    }

    .lg\:hover\:u-font-extrabold:hover {
        font-weight: 800 !important;
    }

    .lg\:hover\:u-font-black:hover {
        font-weight: 900 !important;
    }

    .lg\:focus\:u-font-hairline:focus {
        font-weight: 100 !important;
    }

    .lg\:focus\:u-font-thin:focus {
        font-weight: 200 !important;
    }

    .lg\:focus\:u-font-light:focus {
        font-weight: 300 !important;
    }

    .lg\:focus\:u-font-normal:focus {
        font-weight: 400 !important;
    }

    .lg\:focus\:u-font-medium:focus {
        font-weight: 500 !important;
    }

    .lg\:focus\:u-font-semibold:focus {
        font-weight: 600 !important;
    }

    .lg\:focus\:u-font-bold:focus {
        font-weight: 700 !important;
    }

    .lg\:focus\:u-font-extrabold:focus {
        font-weight: 800 !important;
    }

    .lg\:focus\:u-font-black:focus {
        font-weight: 900 !important;
    }

    .lg\:u-h-0 {
        height: 0 !important;
    }

    .lg\:u-h-1 {
        height: .25rem !important;
    }

    .lg\:u-h-2 {
        height: .5rem !important;
    }

    .lg\:u-h-3 {
        height: .75rem !important;
    }

    .lg\:u-h-4 {
        height: 1rem !important;
    }

    .lg\:u-h-5 {
        height: 1.25rem !important;
    }

    .lg\:u-h-6 {
        height: 1.5rem !important;
    }

    .lg\:u-h-8 {
        height: 2rem !important;
    }

    .lg\:u-h-10 {
        height: 2.5rem !important;
    }

    .lg\:u-h-12 {
        height: 3rem !important;
    }

    .lg\:u-h-16 {
        height: 4rem !important;
    }

    .lg\:u-h-24 {
        height: 6rem !important;
    }

    .lg\:u-h-32 {
        height: 8rem !important;
    }

    .lg\:u-h-48 {
        height: 12rem !important;
    }

    .lg\:u-h-64 {
        height: 16rem !important;
    }

    .lg\:u-h-auto {
        height: auto !important;
    }

    .lg\:u-h-px {
        height: 1px !important;
    }

    .lg\:u-h-full {
        height: 100% !important;
    }

    .lg\:u-h-screen {
        height: 100vh !important;
    }

    .lg\:u-leading-none {
        line-height: 1 !important;
    }

    .lg\:u-leading-tight {
        line-height: 1.25 !important;
    }

    .lg\:u-leading-normal {
        line-height: 1.5 !important;
    }

    .lg\:u-leading-loose {
        line-height: 2 !important;
    }

    .lg\:u-m-0 {
        margin: 0 !important;
    }

    .lg\:u-m-1 {
        margin: .25rem !important;
    }

    .lg\:u-m-2 {
        margin: .5rem !important;
    }

    .lg\:u-m-3 {
        margin: .75rem !important;
    }

    .lg\:u-m-4 {
        margin: 1rem !important;
    }

    .lg\:u-m-5 {
        margin: 1.25rem !important;
    }

    .lg\:u-m-6 {
        margin: 1.5rem !important;
    }

    .lg\:u-m-8 {
        margin: 2rem !important;
    }

    .lg\:u-m-10 {
        margin: 2.5rem !important;
    }

    .lg\:u-m-12 {
        margin: 3rem !important;
    }

    .lg\:u-m-16 {
        margin: 4rem !important;
    }

    .lg\:u-m-20 {
        margin: 5rem !important;
    }

    .lg\:u-m-24 {
        margin: 6rem !important;
    }

    .lg\:u-m-32 {
        margin: 8rem !important;
    }

    .lg\:u-m-40 {
        margin: 10rem !important;
    }

    .lg\:u-m-72 {
        margin: 18rem !important;
    }

    .lg\:u-m-auto {
        margin: auto !important;
    }

    .lg\:u-m-px {
        margin: 1px !important;
    }

    .lg\:u-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lg\:u-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .lg\:u-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .lg\:u-mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important;
    }

    .lg\:u-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .lg\:u-mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .lg\:u-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important;
    }

    .lg\:u-mx-3 {
        margin-left: .75rem !important;
        margin-right: .75rem !important;
    }

    .lg\:u-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lg\:u-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .lg\:u-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .lg\:u-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .lg\:u-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lg\:u-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .lg\:u-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .lg\:u-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .lg\:u-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .lg\:u-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .lg\:u-my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lg\:u-mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .lg\:u-my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .lg\:u-mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .lg\:u-my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .lg\:u-mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .lg\:u-my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .lg\:u-mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .lg\:u-my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .lg\:u-mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .lg\:u-my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .lg\:u-mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .lg\:u-my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .lg\:u-mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .lg\:u-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lg\:u-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .lg\:u-my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .lg\:u-mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .lg\:u-mt-0 {
        margin-top: 0 !important;
    }

    .lg\:u-mr-0 {
        margin-right: 0 !important;
    }

    .lg\:u-mb-0 {
        margin-bottom: 0 !important;
    }

    .lg\:u-ml-0 {
        margin-left: 0 !important;
    }

    .lg\:u-mt-1 {
        margin-top: .25rem !important;
    }

    .lg\:u-mr-1 {
        margin-right: .25rem !important;
    }

    .lg\:u-mb-1 {
        margin-bottom: .25rem !important;
    }

    .lg\:u-ml-1 {
        margin-left: .25rem !important;
    }

    .lg\:u-mt-2 {
        margin-top: .5rem !important;
    }

    .lg\:u-mr-2 {
        margin-right: .5rem !important;
    }

    .lg\:u-mb-2 {
        margin-bottom: .5rem !important;
    }

    .lg\:u-ml-2 {
        margin-left: .5rem !important;
    }

    .lg\:u-mt-3 {
        margin-top: .75rem !important;
    }

    .lg\:u-mr-3 {
        margin-right: .75rem !important;
    }

    .lg\:u-mb-3 {
        margin-bottom: .75rem !important;
    }

    .lg\:u-ml-3 {
        margin-left: .75rem !important;
    }

    .lg\:u-mt-4 {
        margin-top: 1rem !important;
    }

    .lg\:u-mr-4 {
        margin-right: 1rem !important;
    }

    .lg\:u-mb-4 {
        margin-bottom: 1rem !important;
    }

    .lg\:u-ml-4 {
        margin-left: 1rem !important;
    }

    .lg\:u-mt-5 {
        margin-top: 1.25rem !important;
    }

    .lg\:u-mr-5 {
        margin-right: 1.25rem !important;
    }

    .lg\:u-mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .lg\:u-ml-5 {
        margin-left: 1.25rem !important;
    }

    .lg\:u-mt-6 {
        margin-top: 1.5rem !important;
    }

    .lg\:u-mr-6 {
        margin-right: 1.5rem !important;
    }

    .lg\:u-mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .lg\:u-ml-6 {
        margin-left: 1.5rem !important;
    }

    .lg\:u-mt-8 {
        margin-top: 2rem !important;
    }

    .lg\:u-mr-8 {
        margin-right: 2rem !important;
    }

    .lg\:u-mb-8 {
        margin-bottom: 2rem !important;
    }

    .lg\:u-ml-8 {
        margin-left: 2rem !important;
    }

    .lg\:u-mt-10 {
        margin-top: 2.5rem !important;
    }

    .lg\:u-mr-10 {
        margin-right: 2.5rem !important;
    }

    .lg\:u-mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .lg\:u-ml-10 {
        margin-left: 2.5rem !important;
    }

    .lg\:u-mt-12 {
        margin-top: 3rem !important;
    }

    .lg\:u-mr-12 {
        margin-right: 3rem !important;
    }

    .lg\:u-mb-12 {
        margin-bottom: 3rem !important;
    }

    .lg\:u-ml-12 {
        margin-left: 3rem !important;
    }

    .lg\:u-mt-16 {
        margin-top: 4rem !important;
    }

    .lg\:u-mr-16 {
        margin-right: 4rem !important;
    }

    .lg\:u-mb-16 {
        margin-bottom: 4rem !important;
    }

    .lg\:u-ml-16 {
        margin-left: 4rem !important;
    }

    .lg\:u-mt-20 {
        margin-top: 5rem !important;
    }

    .lg\:u-mr-20 {
        margin-right: 5rem !important;
    }

    .lg\:u-mb-20 {
        margin-bottom: 5rem !important;
    }

    .lg\:u-ml-20 {
        margin-left: 5rem !important;
    }

    .lg\:u-mt-24 {
        margin-top: 6rem !important;
    }

    .lg\:u-mr-24 {
        margin-right: 6rem !important;
    }

    .lg\:u-mb-24 {
        margin-bottom: 6rem !important;
    }

    .lg\:u-ml-24 {
        margin-left: 6rem !important;
    }

    .lg\:u-mt-32 {
        margin-top: 8rem !important;
    }

    .lg\:u-mr-32 {
        margin-right: 8rem !important;
    }

    .lg\:u-mb-32 {
        margin-bottom: 8rem !important;
    }

    .lg\:u-ml-32 {
        margin-left: 8rem !important;
    }

    .lg\:u-mt-40 {
        margin-top: 10rem !important;
    }

    .lg\:u-mr-40 {
        margin-right: 10rem !important;
    }

    .lg\:u-mb-40 {
        margin-bottom: 10rem !important;
    }

    .lg\:u-ml-40 {
        margin-left: 10rem !important;
    }

    .lg\:u-mt-72 {
        margin-top: 18rem !important;
    }

    .lg\:u-mr-72 {
        margin-right: 18rem !important;
    }

    .lg\:u-mb-72 {
        margin-bottom: 18rem !important;
    }

    .lg\:u-ml-72 {
        margin-left: 18rem !important;
    }

    .lg\:u-mt-auto {
        margin-top: auto !important;
    }

    .lg\:u-mr-auto {
        margin-right: auto !important;
    }

    .lg\:u-mb-auto {
        margin-bottom: auto !important;
    }

    .lg\:u-ml-auto {
        margin-left: auto !important;
    }

    .lg\:u-mt-px {
        margin-top: 1px !important;
    }

    .lg\:u-mr-px {
        margin-right: 1px !important;
    }

    .lg\:u-mb-px {
        margin-bottom: 1px !important;
    }

    .lg\:u-ml-px {
        margin-left: 1px !important;
    }

    .lg\:u-max-h-none {
        max-height: 0 !important;
    }

    .lg\:u-max-h-full {
        max-height: 100% !important;
    }

    .lg\:u-max-h-screen {
        max-height: 100vh !important;
    }

    .lg\:u-max-w-50 {
        max-width: 50px !important;
    }

    .lg\:u-max-w-100 {
        max-width: 100px !important;
    }

    .lg\:u-max-w-300 {
        max-width: 300px !important;
    }

    .lg\:u-max-w-630 {
        max-width: 630px !important;
    }

    .lg\:u-max-w-xs {
        max-width: 20rem !important;
    }

    .lg\:u-max-w-sm {
        max-width: 30rem !important;
    }

    .lg\:u-max-w-md {
        max-width: 40rem !important;
    }

    .lg\:u-max-w-lg {
        max-width: 50rem !important;
    }

    .lg\:u-max-w-xl {
        max-width: 60rem !important;
    }

    .lg\:u-max-w-2xl {
        max-width: 70rem !important;
    }

    .lg\:u-max-w-3xl {
        max-width: 80rem !important;
    }

    .lg\:u-max-w-4xl {
        max-width: 90rem !important;
    }

    .lg\:u-max-w-5xl {
        max-width: 100rem !important;
    }

    .lg\:u-max-w-half {
        max-width: 50% !important;
    }

    .lg\:u-max-w-full {
        max-width: 100% !important;
    }

    .lg\:u-min-h-0 {
        min-height: 0 !important;
    }

    .lg\:u-min-h-1 {
        min-height: .25rem !important;
    }

    .lg\:u-min-h-2 {
        min-height: .5rem !important;
    }

    .lg\:u-min-h-3 {
        min-height: .75rem !important;
    }

    .lg\:u-min-h-4 {
        min-height: 1rem !important;
    }

    .lg\:u-min-h-5 {
        min-height: 1.25rem !important;
    }

    .lg\:u-min-h-6 {
        min-height: 1.5rem !important;
    }

    .lg\:u-min-h-8 {
        min-height: 2rem !important;
    }

    .lg\:u-min-h-10 {
        min-height: 2.5rem !important;
    }

    .lg\:u-min-h-12 {
        min-height: 3rem !important;
    }

    .lg\:u-min-h-16 {
        min-height: 4rem !important;
    }

    .lg\:u-min-h-24 {
        min-height: 6rem !important;
    }

    .lg\:u-min-h-32 {
        min-height: 8rem !important;
    }

    .lg\:u-min-h-48 {
        min-height: 12rem !important;
    }

    .lg\:u-min-h-64 {
        min-height: 16rem !important;
    }

    .lg\:u-min-h-100 {
        min-height: 100px !important;
    }

    .lg\:u-min-h-500 {
        min-height: 500px !important;
    }

    .lg\:u-min-h-600 {
        min-height: 600px !important;
    }

    .lg\:u-min-h-auto {
        min-height: auto !important;
    }

    .lg\:u-min-h-px {
        min-height: 1px !important;
    }

    .lg\:u-min-h-full {
        min-height: 100% !important;
    }

    .lg\:u-min-h-screen {
        min-height: 100vh !important;
    }

    .lg\:u-min-w-0 {
        min-width: 0 !important;
    }

    .lg\:u-min-w-full {
        min-width: 100% !important;
    }

    .lg\:u--m-0 {
        margin: 0 !important;
    }

    .lg\:u--m-1 {
        margin: -0.25rem !important;
    }

    .lg\:u--m-2 {
        margin: -0.5rem !important;
    }

    .lg\:u--m-3 {
        margin: -0.75rem !important;
    }

    .lg\:u--m-4 {
        margin: -1rem !important;
    }

    .lg\:u--m-5 {
        margin: -1.25rem !important;
    }

    .lg\:u--m-6 {
        margin: -1.5rem !important;
    }

    .lg\:u--m-8 {
        margin: -2rem !important;
    }

    .lg\:u--m-10 {
        margin: -2.5rem !important;
    }

    .lg\:u--m-12 {
        margin: -3rem !important;
    }

    .lg\:u--m-16 {
        margin: -4rem !important;
    }

    .lg\:u--m-20 {
        margin: -5rem !important;
    }

    .lg\:u--m-24 {
        margin: -6rem !important;
    }

    .lg\:u--m-32 {
        margin: -8rem !important;
    }

    .lg\:u--m-68 {
        margin: -17rem !important;
    }

    .lg\:u--m-px {
        margin: -1px !important;
    }

    .lg\:u--my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .lg\:u--mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .lg\:u--my-1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .lg\:u--mx-1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .lg\:u--my-2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .lg\:u--mx-2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .lg\:u--my-3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .lg\:u--mx-3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }

    .lg\:u--my-4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .lg\:u--mx-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .lg\:u--my-5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .lg\:u--mx-5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important;
    }

    .lg\:u--my-6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .lg\:u--mx-6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .lg\:u--my-8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .lg\:u--mx-8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }

    .lg\:u--my-10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .lg\:u--mx-10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }

    .lg\:u--my-12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .lg\:u--mx-12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .lg\:u--my-16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .lg\:u--mx-16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }

    .lg\:u--my-20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .lg\:u--mx-20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }

    .lg\:u--my-24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .lg\:u--mx-24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .lg\:u--my-32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .lg\:u--mx-32 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }

    .lg\:u--my-68 {
        margin-top: -17rem !important;
        margin-bottom: -17rem !important;
    }

    .lg\:u--mx-68 {
        margin-left: -17rem !important;
        margin-right: -17rem !important;
    }

    .lg\:u--my-px {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .lg\:u--mx-px {
        margin-left: -1px !important;
        margin-right: -1px !important;
    }

    .lg\:u--mt-0 {
        margin-top: 0 !important;
    }

    .lg\:u--mr-0 {
        margin-right: 0 !important;
    }

    .lg\:u--mb-0 {
        margin-bottom: 0 !important;
    }

    .lg\:u--ml-0 {
        margin-left: 0 !important;
    }

    .lg\:u--mt-1 {
        margin-top: -0.25rem !important;
    }

    .lg\:u--mr-1 {
        margin-right: -0.25rem !important;
    }

    .lg\:u--mb-1 {
        margin-bottom: -0.25rem !important;
    }

    .lg\:u--ml-1 {
        margin-left: -0.25rem !important;
    }

    .lg\:u--mt-2 {
        margin-top: -0.5rem !important;
    }

    .lg\:u--mr-2 {
        margin-right: -0.5rem !important;
    }

    .lg\:u--mb-2 {
        margin-bottom: -0.5rem !important;
    }

    .lg\:u--ml-2 {
        margin-left: -0.5rem !important;
    }

    .lg\:u--mt-3 {
        margin-top: -0.75rem !important;
    }

    .lg\:u--mr-3 {
        margin-right: -0.75rem !important;
    }

    .lg\:u--mb-3 {
        margin-bottom: -0.75rem !important;
    }

    .lg\:u--ml-3 {
        margin-left: -0.75rem !important;
    }

    .lg\:u--mt-4 {
        margin-top: -1rem !important;
    }

    .lg\:u--mr-4 {
        margin-right: -1rem !important;
    }

    .lg\:u--mb-4 {
        margin-bottom: -1rem !important;
    }

    .lg\:u--ml-4 {
        margin-left: -1rem !important;
    }

    .lg\:u--mt-5 {
        margin-top: -1.25rem !important;
    }

    .lg\:u--mr-5 {
        margin-right: -1.25rem !important;
    }

    .lg\:u--mb-5 {
        margin-bottom: -1.25rem !important;
    }

    .lg\:u--ml-5 {
        margin-left: -1.25rem !important;
    }

    .lg\:u--mt-6 {
        margin-top: -1.5rem !important;
    }

    .lg\:u--mr-6 {
        margin-right: -1.5rem !important;
    }

    .lg\:u--mb-6 {
        margin-bottom: -1.5rem !important;
    }

    .lg\:u--ml-6 {
        margin-left: -1.5rem !important;
    }

    .lg\:u--mt-8 {
        margin-top: -2rem !important;
    }

    .lg\:u--mr-8 {
        margin-right: -2rem !important;
    }

    .lg\:u--mb-8 {
        margin-bottom: -2rem !important;
    }

    .lg\:u--ml-8 {
        margin-left: -2rem !important;
    }

    .lg\:u--mt-10 {
        margin-top: -2.5rem !important;
    }

    .lg\:u--mr-10 {
        margin-right: -2.5rem !important;
    }

    .lg\:u--mb-10 {
        margin-bottom: -2.5rem !important;
    }

    .lg\:u--ml-10 {
        margin-left: -2.5rem !important;
    }

    .lg\:u--mt-12 {
        margin-top: -3rem !important;
    }

    .lg\:u--mr-12 {
        margin-right: -3rem !important;
    }

    .lg\:u--mb-12 {
        margin-bottom: -3rem !important;
    }

    .lg\:u--ml-12 {
        margin-left: -3rem !important;
    }

    .lg\:u--mt-16 {
        margin-top: -4rem !important;
    }

    .lg\:u--mr-16 {
        margin-right: -4rem !important;
    }

    .lg\:u--mb-16 {
        margin-bottom: -4rem !important;
    }

    .lg\:u--ml-16 {
        margin-left: -4rem !important;
    }

    .lg\:u--mt-20 {
        margin-top: -5rem !important;
    }

    .lg\:u--mr-20 {
        margin-right: -5rem !important;
    }

    .lg\:u--mb-20 {
        margin-bottom: -5rem !important;
    }

    .lg\:u--ml-20 {
        margin-left: -5rem !important;
    }

    .lg\:u--mt-24 {
        margin-top: -6rem !important;
    }

    .lg\:u--mr-24 {
        margin-right: -6rem !important;
    }

    .lg\:u--mb-24 {
        margin-bottom: -6rem !important;
    }

    .lg\:u--ml-24 {
        margin-left: -6rem !important;
    }

    .lg\:u--mt-32 {
        margin-top: -8rem !important;
    }

    .lg\:u--mr-32 {
        margin-right: -8rem !important;
    }

    .lg\:u--mb-32 {
        margin-bottom: -8rem !important;
    }

    .lg\:u--ml-32 {
        margin-left: -8rem !important;
    }

    .lg\:u--mt-68 {
        margin-top: -17rem !important;
    }

    .lg\:u--mr-68 {
        margin-right: -17rem !important;
    }

    .lg\:u--mb-68 {
        margin-bottom: -17rem !important;
    }

    .lg\:u--ml-68 {
        margin-left: -17rem !important;
    }

    .lg\:u--mt-px {
        margin-top: -1px !important;
    }

    .lg\:u--mr-px {
        margin-right: -1px !important;
    }

    .lg\:u--mb-px {
        margin-bottom: -1px !important;
    }

    .lg\:u--ml-px {
        margin-left: -1px !important;
    }

    .lg\:u-object-bottom {
        object-position: bottom !important;
    }

    .lg\:u-object-center {
        object-position: center !important;
    }

    .lg\:u-object-left {
        object-position: left !important;
    }

    .lg\:u-object-left-bottom {
        object-position: left bottom !important;
    }

    .lg\:u-object-left-top {
        object-position: left top !important;
    }

    .lg\:u-object-right {
        object-position: right !important;
    }

    .lg\:u-object-right-bottom {
        object-position: right bottom !important;
    }

    .lg\:u-object-right-top {
        object-position: right top !important;
    }

    .lg\:u-object-top {
        object-position: top !important;
    }

    .lg\:u-opacity-0 {
        opacity: 0 !important;
    }

    .lg\:u-opacity-25 {
        opacity: .25 !important;
    }

    .lg\:u-opacity-50 {
        opacity: .5 !important;
    }

    .lg\:u-opacity-75 {
        opacity: .75 !important;
    }

    .lg\:u-opacity-100 {
        opacity: 1 !important;
    }

    .lg\:hover\:u-opacity-0:hover {
        opacity: 0 !important;
    }

    .lg\:hover\:u-opacity-25:hover {
        opacity: .25 !important;
    }

    .lg\:hover\:u-opacity-50:hover {
        opacity: .5 !important;
    }

    .lg\:hover\:u-opacity-75:hover {
        opacity: .75 !important;
    }

    .lg\:hover\:u-opacity-100:hover {
        opacity: 1 !important;
    }

    .lg\:u-overflow-auto {
        overflow: auto !important;
    }

    .lg\:u-overflow-hidden {
        overflow: hidden !important;
    }

    .lg\:u-overflow-visible {
        overflow: visible !important;
    }

    .lg\:u-overflow-scroll {
        overflow: scroll !important;
    }

    .lg\:u-overflow-x-auto {
        overflow-x: auto !important;
    }

    .lg\:u-overflow-y-auto {
        overflow-y: auto !important;
    }

    .lg\:u-overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .lg\:u-overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .lg\:u-overflow-x-visible {
        overflow-x: visible !important;
    }

    .lg\:u-overflow-y-visible {
        overflow-y: visible !important;
    }

    .lg\:u-overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .lg\:u-overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .lg\:u-scrolling-touch {
        -webkit-overflow-scrolling: touch !important;
    }

    .lg\:u-scrolling-auto {
        -webkit-overflow-scrolling: auto !important;
    }

    .lg\:u-p-0 {
        padding: 0 !important;
    }

    .lg\:u-p-1 {
        padding: .25rem !important;
    }

    .lg\:u-p-2 {
        padding: .5rem !important;
    }

    .lg\:u-p-3 {
        padding: .75rem !important;
    }

    .lg\:u-p-4 {
        padding: 1rem !important;
    }

    .lg\:u-p-5 {
        padding: 1.25rem !important;
    }

    .lg\:u-p-6 {
        padding: 1.5rem !important;
    }

    .lg\:u-p-8 {
        padding: 2rem !important;
    }

    .lg\:u-p-10 {
        padding: 2.5rem !important;
    }

    .lg\:u-p-12 {
        padding: 3rem !important;
    }

    .lg\:u-p-16 {
        padding: 4rem !important;
    }

    .lg\:u-p-20 {
        padding: 5rem !important;
    }

    .lg\:u-p-24 {
        padding: 6rem !important;
    }

    .lg\:u-p-32 {
        padding: 8rem !important;
    }

    .lg\:u-p-64 {
        padding: 16rem !important;
    }

    .lg\:u-p-px {
        padding: 1px !important;
    }

    .lg\:u-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .lg\:u-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .lg\:u-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .lg\:u-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .lg\:u-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .lg\:u-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    .lg\:u-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .lg\:u-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .lg\:u-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lg\:u-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .lg\:u-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .lg\:u-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .lg\:u-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .lg\:u-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .lg\:u-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .lg\:u-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .lg\:u-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .lg\:u-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .lg\:u-py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lg\:u-px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .lg\:u-py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .lg\:u-px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .lg\:u-py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .lg\:u-px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .lg\:u-py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .lg\:u-px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .lg\:u-py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .lg\:u-px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .lg\:u-py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .lg\:u-px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .lg\:u-py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .lg\:u-px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .lg\:u-pt-0 {
        padding-top: 0 !important;
    }

    .lg\:u-pr-0 {
        padding-right: 0 !important;
    }

    .lg\:u-pb-0 {
        padding-bottom: 0 !important;
    }

    .lg\:u-pl-0 {
        padding-left: 0 !important;
    }

    .lg\:u-pt-1 {
        padding-top: .25rem !important;
    }

    .lg\:u-pr-1 {
        padding-right: .25rem !important;
    }

    .lg\:u-pb-1 {
        padding-bottom: .25rem !important;
    }

    .lg\:u-pl-1 {
        padding-left: .25rem !important;
    }

    .lg\:u-pt-2 {
        padding-top: .5rem !important;
    }

    .lg\:u-pr-2 {
        padding-right: .5rem !important;
    }

    .lg\:u-pb-2 {
        padding-bottom: .5rem !important;
    }

    .lg\:u-pl-2 {
        padding-left: .5rem !important;
    }

    .lg\:u-pt-3 {
        padding-top: .75rem !important;
    }

    .lg\:u-pr-3 {
        padding-right: .75rem !important;
    }

    .lg\:u-pb-3 {
        padding-bottom: .75rem !important;
    }

    .lg\:u-pl-3 {
        padding-left: .75rem !important;
    }

    .lg\:u-pt-4 {
        padding-top: 1rem !important;
    }

    .lg\:u-pr-4 {
        padding-right: 1rem !important;
    }

    .lg\:u-pb-4 {
        padding-bottom: 1rem !important;
    }

    .lg\:u-pl-4 {
        padding-left: 1rem !important;
    }

    .lg\:u-pt-5 {
        padding-top: 1.25rem !important;
    }

    .lg\:u-pr-5 {
        padding-right: 1.25rem !important;
    }

    .lg\:u-pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .lg\:u-pl-5 {
        padding-left: 1.25rem !important;
    }

    .lg\:u-pt-6 {
        padding-top: 1.5rem !important;
    }

    .lg\:u-pr-6 {
        padding-right: 1.5rem !important;
    }

    .lg\:u-pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .lg\:u-pl-6 {
        padding-left: 1.5rem !important;
    }

    .lg\:u-pt-8 {
        padding-top: 2rem !important;
    }

    .lg\:u-pr-8 {
        padding-right: 2rem !important;
    }

    .lg\:u-pb-8 {
        padding-bottom: 2rem !important;
    }

    .lg\:u-pl-8 {
        padding-left: 2rem !important;
    }

    .lg\:u-pt-10 {
        padding-top: 2.5rem !important;
    }

    .lg\:u-pr-10 {
        padding-right: 2.5rem !important;
    }

    .lg\:u-pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .lg\:u-pl-10 {
        padding-left: 2.5rem !important;
    }

    .lg\:u-pt-12 {
        padding-top: 3rem !important;
    }

    .lg\:u-pr-12 {
        padding-right: 3rem !important;
    }

    .lg\:u-pb-12 {
        padding-bottom: 3rem !important;
    }

    .lg\:u-pl-12 {
        padding-left: 3rem !important;
    }

    .lg\:u-pt-16 {
        padding-top: 4rem !important;
    }

    .lg\:u-pr-16 {
        padding-right: 4rem !important;
    }

    .lg\:u-pb-16 {
        padding-bottom: 4rem !important;
    }

    .lg\:u-pl-16 {
        padding-left: 4rem !important;
    }

    .lg\:u-pt-20 {
        padding-top: 5rem !important;
    }

    .lg\:u-pr-20 {
        padding-right: 5rem !important;
    }

    .lg\:u-pb-20 {
        padding-bottom: 5rem !important;
    }

    .lg\:u-pl-20 {
        padding-left: 5rem !important;
    }

    .lg\:u-pt-24 {
        padding-top: 6rem !important;
    }

    .lg\:u-pr-24 {
        padding-right: 6rem !important;
    }

    .lg\:u-pb-24 {
        padding-bottom: 6rem !important;
    }

    .lg\:u-pl-24 {
        padding-left: 6rem !important;
    }

    .lg\:u-pt-32 {
        padding-top: 8rem !important;
    }

    .lg\:u-pr-32 {
        padding-right: 8rem !important;
    }

    .lg\:u-pb-32 {
        padding-bottom: 8rem !important;
    }

    .lg\:u-pl-32 {
        padding-left: 8rem !important;
    }

    .lg\:u-pt-64 {
        padding-top: 16rem !important;
    }

    .lg\:u-pr-64 {
        padding-right: 16rem !important;
    }

    .lg\:u-pb-64 {
        padding-bottom: 16rem !important;
    }

    .lg\:u-pl-64 {
        padding-left: 16rem !important;
    }

    .lg\:u-pt-px {
        padding-top: 1px !important;
    }

    .lg\:u-pr-px {
        padding-right: 1px !important;
    }

    .lg\:u-pb-px {
        padding-bottom: 1px !important;
    }

    .lg\:u-pl-px {
        padding-left: 1px !important;
    }

    .lg\:u-pointer-events-none {
        pointer-events: none !important;
    }

    .lg\:u-pointer-events-auto {
        pointer-events: auto !important;
    }

    .lg\:u-static {
        position: static !important;
    }

    .lg\:u-fixed {
        position: fixed !important;
    }

    .lg\:u-absolute {
        position: absolute !important;
    }

    .lg\:u-relative {
        position: relative !important;
    }

    .lg\:u-sticky {
        position: sticky !important;
    }

    .lg\:u-pin-none {
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }

    .lg\:u-pin {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .lg\:u-pin-y {
        top: 0 !important;
        bottom: 0 !important;
    }

    .lg\:u-pin-x {
        right: 0 !important;
        left: 0 !important;
    }

    .lg\:u-pin-t {
        top: 0 !important;
    }

    .lg\:u-pin-r {
        right: 0 !important;
    }

    .lg\:u-pin-b {
        bottom: 0 !important;
    }

    .lg\:u-pin-l {
        left: 0 !important;
    }

    .lg\:u-resize-none {
        resize: none !important;
    }

    .lg\:u-resize-y {
        resize: vertical !important;
    }

    .lg\:u-resize-x {
        resize: horizontal !important;
    }

    .lg\:u-resize {
        resize: both !important;
    }

    .lg\:u-shadow {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .lg\:u-shadow-md {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .lg\:u-shadow-lg {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .lg\:u-shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .lg\:u-shadow-outline {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .lg\:u-shadow-none {
        box-shadow: none !important;
    }

    .lg\:hover\:u-shadow:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .lg\:hover\:u-shadow-md:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .lg\:hover\:u-shadow-lg:hover {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .lg\:hover\:u-shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .lg\:hover\:u-shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .lg\:hover\:u-shadow-none:hover {
        box-shadow: none !important;
    }

    .lg\:focus\:u-shadow:focus {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .lg\:focus\:u-shadow-md:focus {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .lg\:focus\:u-shadow-lg:focus {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .lg\:focus\:u-shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .lg\:focus\:u-shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .lg\:focus\:u-shadow-none:focus {
        box-shadow: none !important;
    }

    .lg\:u-table-auto {
        table-layout: auto !important;
    }

    .lg\:u-table-fixed {
        table-layout: fixed !important;
    }

    .lg\:u-text-left {
        text-align: left !important;
    }

    .lg\:u-text-center {
        text-align: center !important;
    }

    .lg\:u-text-right {
        text-align: right !important;
    }

    .lg\:u-text-justify {
        text-align: justify !important;
    }

    .lg\:u-text-transparent {
        color: transparent !important;
    }

    .lg\:u-text-black {
        color: #05001e !important;
    }

    .lg\:u-text-white {
        color: #fff !important;
    }

    .lg\:u-text-yellow {
        color: #ffc700 !important;
    }

    .lg\:u-text-coral {
        color: #ff9e6d !important;
    }

    .lg\:u-text-green {
        color: #00ff01 !important;
    }

    .lg\:u-text-navy {
        color: #151716 !important;
    }

    .lg\:u-text-navy-light {
        color: #14133d !important;
    }

    .lg\:u-text-navy-lighter {
        color: #404064 !important;
    }

    .lg\:u-text-navy-lightest {
        color: #74768f !important;
    }

    .lg\:u-text-navy-grey {
        color: #2f3158 !important;
    }

    .lg\:u-text-blue {
        color: #1500fe !important;
    }

    .lg\:u-text-wild-sand {
        color: #f4f4f4 !important;
    }

    .lg\:u-text-grey-light {
        color: #dadada !important;
    }

    .lg\:u-text-grey-lighter {
        color: #f4f4f4 !important;
    }

    .lg\:u-text-grey-lightest {
        color: #f8fafc !important;
    }

    .lg\:u-text-nav-border {
        color: #323254 !important;
    }

    .lg\:u-text-silver {
        color: #bebebe !important;
    }

    .lg\:u-text-red {
        color: #ff0201 !important;
    }

    .lg\:u-text-black--dark {
        color: #04001a !important;
    }

    .lg\:u-text-black--light {
        color: #060022 !important;
    }

    .lg\:u-text-white--dark {
        color: #e0e0e0 !important;
    }

    .lg\:u-text-white--light {
        color: #fff !important;
    }

    .lg\:u-text-yellow--dark {
        color: #e0af00 !important;
    }

    .lg\:u-text-yellow--light {
        color: #ffce1f !important;
    }

    .lg\:u-text-coral--dark {
        color: #ff8141 !important;
    }

    .lg\:u-text-coral--light {
        color: #fb9 !important;
    }

    .lg\:u-text-green--dark {
        color: #00e001 !important;
    }

    .lg\:u-text-green--light {
        color: #1fff1f !important;
    }

    .lg\:u-text-navy--dark {
        color: #000028 !important;
    }

    .lg\:u-text-navy--light {
        color: #000032 !important;
    }

    .lg\:u-text-navy-light--dark {
        color: #121136 !important;
    }

    .lg\:u-text-navy-light--light {
        color: #161544 !important;
    }

    .lg\:u-text-navy-lighter--dark {
        color: #383858 !important;
    }

    .lg\:u-text-navy-lighter--light {
        color: #484870 !important;
    }

    .lg\:u-text-navy-lightest--dark {
        color: #66687e !important;
    }

    .lg\:u-text-navy-lightest--light {
        color: #85879d !important;
    }

    .lg\:u-text-navy-grey--dark {
        color: #292b4d !important;
    }

    .lg\:u-text-navy-grey--light {
        color: #353763 !important;
    }

    .lg\:u-text-blue--dark {
        color: #1200e0 !important;
    }

    .lg\:u-text-blue--light {
        color: #301dff !important;
    }

    .lg\:u-text-wild-sand--dark {
        color: #d7d7d7 !important;
    }

    .lg\:u-text-wild-sand--light {
        color: #fff !important;
    }

    .lg\:u-text-grey-light--dark {
        color: #c0c0c0 !important;
    }

    .lg\:u-text-grey-light--light {
        color: #f4f4f4 !important;
    }

    .lg\:u-text-grey-lighter--dark {
        color: #d7d7d7 !important;
    }

    .lg\:u-text-grey-lighter--light {
        color: #fff !important;
    }

    .lg\:u-text-grey-lightest--dark {
        color: #cedcea !important;
    }

    .lg\:u-text-grey-lightest--light {
        color: #fff !important;
    }

    .lg\:u-text-nav-border--dark {
        color: #2c2c4a !important;
    }

    .lg\:u-text-nav-border--light {
        color: #38385e !important;
    }

    .lg\:u-text-silver--dark {
        color: #a7a7a7 !important;
    }

    .lg\:u-text-silver--light {
        color: #d5d5d5 !important;
    }

    .lg\:u-text-red--dark {
        color: #e10100 !important;
    }

    .lg\:u-text-red--light {
        color: #ff2120 !important;
    }

    .lg\:hover\:u-text-transparent:hover {
        color: transparent !important;
    }

    .lg\:hover\:u-text-black:hover {
        color: #05001e !important;
    }

    .lg\:hover\:u-text-white:hover {
        color: #fff !important;
    }

    .lg\:hover\:u-text-yellow:hover {
        color: #ffc700 !important;
    }

    .lg\:hover\:u-text-coral:hover {
        color: #ff9e6d !important;
    }

    .lg\:hover\:u-text-green:hover {
        color: #00ff01 !important;
    }

    .lg\:hover\:u-text-navy:hover {
        color: #151716 !important;
    }

    .lg\:hover\:u-text-navy-light:hover {
        color: #14133d !important;
    }

    .lg\:hover\:u-text-navy-lighter:hover {
        color: #404064 !important;
    }

    .lg\:hover\:u-text-navy-lightest:hover {
        color: #74768f !important;
    }

    .lg\:hover\:u-text-navy-grey:hover {
        color: #2f3158 !important;
    }

    .lg\:hover\:u-text-blue:hover {
        color: #1500fe !important;
    }

    .lg\:hover\:u-text-wild-sand:hover {
        color: #f4f4f4 !important;
    }

    .lg\:hover\:u-text-grey-light:hover {
        color: #dadada !important;
    }

    .lg\:hover\:u-text-grey-lighter:hover {
        color: #f4f4f4 !important;
    }

    .lg\:hover\:u-text-grey-lightest:hover {
        color: #f8fafc !important;
    }

    .lg\:hover\:u-text-nav-border:hover {
        color: #323254 !important;
    }

    .lg\:hover\:u-text-silver:hover {
        color: #bebebe !important;
    }

    .lg\:hover\:u-text-red:hover {
        color: #ff0201 !important;
    }

    .lg\:hover\:u-text-black--dark:hover {
        color: #04001a !important;
    }

    .lg\:hover\:u-text-black--light:hover {
        color: #060022 !important;
    }

    .lg\:hover\:u-text-white--dark:hover {
        color: #e0e0e0 !important;
    }

    .lg\:hover\:u-text-white--light:hover {
        color: #fff !important;
    }

    .lg\:hover\:u-text-yellow--dark:hover {
        color: #e0af00 !important;
    }

    .lg\:hover\:u-text-yellow--light:hover {
        color: #ffce1f !important;
    }

    .lg\:hover\:u-text-coral--dark:hover {
        color: #ff8141 !important;
    }

    .lg\:hover\:u-text-coral--light:hover {
        color: #fb9 !important;
    }

    .lg\:hover\:u-text-green--dark:hover {
        color: #00e001 !important;
    }

    .lg\:hover\:u-text-green--light:hover {
        color: #1fff1f !important;
    }

    .lg\:hover\:u-text-navy--dark:hover {
        color: #000028 !important;
    }

    .lg\:hover\:u-text-navy--light:hover {
        color: #000032 !important;
    }

    .lg\:hover\:u-text-navy-light--dark:hover {
        color: #121136 !important;
    }

    .lg\:hover\:u-text-navy-light--light:hover {
        color: #161544 !important;
    }

    .lg\:hover\:u-text-navy-lighter--dark:hover {
        color: #383858 !important;
    }

    .lg\:hover\:u-text-navy-lighter--light:hover {
        color: #484870 !important;
    }

    .lg\:hover\:u-text-navy-lightest--dark:hover {
        color: #66687e !important;
    }

    .lg\:hover\:u-text-navy-lightest--light:hover {
        color: #85879d !important;
    }

    .lg\:hover\:u-text-navy-grey--dark:hover {
        color: #292b4d !important;
    }

    .lg\:hover\:u-text-navy-grey--light:hover {
        color: #353763 !important;
    }

    .lg\:hover\:u-text-blue--dark:hover {
        color: #1200e0 !important;
    }

    .lg\:hover\:u-text-blue--light:hover {
        color: #301dff !important;
    }

    .lg\:hover\:u-text-wild-sand--dark:hover {
        color: #d7d7d7 !important;
    }

    .lg\:hover\:u-text-wild-sand--light:hover {
        color: #fff !important;
    }

    .lg\:hover\:u-text-grey-light--dark:hover {
        color: #c0c0c0 !important;
    }

    .lg\:hover\:u-text-grey-light--light:hover {
        color: #f4f4f4 !important;
    }

    .lg\:hover\:u-text-grey-lighter--dark:hover {
        color: #d7d7d7 !important;
    }

    .lg\:hover\:u-text-grey-lighter--light:hover {
        color: #fff !important;
    }

    .lg\:hover\:u-text-grey-lightest--dark:hover {
        color: #cedcea !important;
    }

    .lg\:hover\:u-text-grey-lightest--light:hover {
        color: #fff !important;
    }

    .lg\:hover\:u-text-nav-border--dark:hover {
        color: #2c2c4a !important;
    }

    .lg\:hover\:u-text-nav-border--light:hover {
        color: #38385e !important;
    }

    .lg\:hover\:u-text-silver--dark:hover {
        color: #a7a7a7 !important;
    }

    .lg\:hover\:u-text-silver--light:hover {
        color: #d5d5d5 !important;
    }

    .lg\:hover\:u-text-red--dark:hover {
        color: #e10100 !important;
    }

    .lg\:hover\:u-text-red--light:hover {
        color: #ff2120 !important;
    }

    .lg\:focus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .lg\:focus\:u-text-black:focus {
        color: #05001e !important;
    }

    .lg\:focus\:u-text-white:focus {
        color: #fff !important;
    }

    .lg\:focus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .lg\:focus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .lg\:focus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .lg\:focus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .lg\:focus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .lg\:focus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .lg\:focus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .lg\:focus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .lg\:focus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .lg\:focus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .lg\:focus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .lg\:focus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .lg\:focus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .lg\:focus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .lg\:focus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .lg\:focus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .lg\:focus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .lg\:focus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .lg\:focus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .lg\:focus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .lg\:focus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .lg\:focus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .lg\:focus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .lg\:focus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .lg\:focus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .lg\:focus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .lg\:focus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .lg\:focus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .lg\:focus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .lg\:focus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .lg\:focus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .lg\:focus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .lg\:focus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .lg\:focus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .lg\:focus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .lg\:focus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .lg\:focus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .lg\:focus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .lg\:focus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .lg\:focus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .lg\:focus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .lg\:focus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .lg\:focus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .lg\:focus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .lg\:focus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .lg\:focus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .lg\:focus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .lg\:focus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .lg\:focus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .lg\:focus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .lg\:focus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .lg\:focus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .lg\:hocus\:u-text-transparent:hover,
    .lg\:hocus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .lg\:hocus\:u-text-black:hover,
    .lg\:hocus\:u-text-black:focus {
        color: #05001e !important;
    }

    .lg\:hocus\:u-text-white:hover,
    .lg\:hocus\:u-text-white:focus {
        color: #fff !important;
    }

    .lg\:hocus\:u-text-yellow:hover,
    .lg\:hocus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .lg\:hocus\:u-text-coral:hover,
    .lg\:hocus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .lg\:hocus\:u-text-green:hover,
    .lg\:hocus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .lg\:hocus\:u-text-navy:hover,
    .lg\:hocus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .lg\:hocus\:u-text-navy-light:hover,
    .lg\:hocus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .lg\:hocus\:u-text-navy-lighter:hover,
    .lg\:hocus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .lg\:hocus\:u-text-navy-lightest:hover,
    .lg\:hocus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .lg\:hocus\:u-text-navy-grey:hover,
    .lg\:hocus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .lg\:hocus\:u-text-blue:hover,
    .lg\:hocus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .lg\:hocus\:u-text-wild-sand:hover,
    .lg\:hocus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-text-grey-light:hover,
    .lg\:hocus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .lg\:hocus\:u-text-grey-lighter:hover,
    .lg\:hocus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-text-grey-lightest:hover,
    .lg\:hocus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .lg\:hocus\:u-text-nav-border:hover,
    .lg\:hocus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .lg\:hocus\:u-text-silver:hover,
    .lg\:hocus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .lg\:hocus\:u-text-red:hover,
    .lg\:hocus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .lg\:hocus\:u-text-black--dark:hover,
    .lg\:hocus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .lg\:hocus\:u-text-black--light:hover,
    .lg\:hocus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .lg\:hocus\:u-text-white--dark:hover,
    .lg\:hocus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .lg\:hocus\:u-text-white--light:hover,
    .lg\:hocus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .lg\:hocus\:u-text-yellow--dark:hover,
    .lg\:hocus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .lg\:hocus\:u-text-yellow--light:hover,
    .lg\:hocus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .lg\:hocus\:u-text-coral--dark:hover,
    .lg\:hocus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .lg\:hocus\:u-text-coral--light:hover,
    .lg\:hocus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .lg\:hocus\:u-text-green--dark:hover,
    .lg\:hocus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .lg\:hocus\:u-text-green--light:hover,
    .lg\:hocus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .lg\:hocus\:u-text-navy--dark:hover,
    .lg\:hocus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .lg\:hocus\:u-text-navy--light:hover,
    .lg\:hocus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .lg\:hocus\:u-text-navy-light--dark:hover,
    .lg\:hocus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .lg\:hocus\:u-text-navy-light--light:hover,
    .lg\:hocus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .lg\:hocus\:u-text-navy-lighter--dark:hover,
    .lg\:hocus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .lg\:hocus\:u-text-navy-lighter--light:hover,
    .lg\:hocus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .lg\:hocus\:u-text-navy-lightest--dark:hover,
    .lg\:hocus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .lg\:hocus\:u-text-navy-lightest--light:hover,
    .lg\:hocus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .lg\:hocus\:u-text-navy-grey--dark:hover,
    .lg\:hocus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .lg\:hocus\:u-text-navy-grey--light:hover,
    .lg\:hocus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .lg\:hocus\:u-text-blue--dark:hover,
    .lg\:hocus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .lg\:hocus\:u-text-blue--light:hover,
    .lg\:hocus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .lg\:hocus\:u-text-wild-sand--dark:hover,
    .lg\:hocus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .lg\:hocus\:u-text-wild-sand--light:hover,
    .lg\:hocus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .lg\:hocus\:u-text-grey-light--dark:hover,
    .lg\:hocus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .lg\:hocus\:u-text-grey-light--light:hover,
    .lg\:hocus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .lg\:hocus\:u-text-grey-lighter--dark:hover,
    .lg\:hocus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .lg\:hocus\:u-text-grey-lighter--light:hover,
    .lg\:hocus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .lg\:hocus\:u-text-grey-lightest--dark:hover,
    .lg\:hocus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .lg\:hocus\:u-text-grey-lightest--light:hover,
    .lg\:hocus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .lg\:hocus\:u-text-nav-border--dark:hover,
    .lg\:hocus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .lg\:hocus\:u-text-nav-border--light:hover,
    .lg\:hocus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .lg\:hocus\:u-text-silver--dark:hover,
    .lg\:hocus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .lg\:hocus\:u-text-silver--light:hover,
    .lg\:hocus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .lg\:hocus\:u-text-red--dark:hover,
    .lg\:hocus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .lg\:hocus\:u-text-red--light:hover,
    .lg\:hocus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .lg\:u-text-xs {
        font-size: .75rem !important;
    }

    .lg\:u-text-sm {
        font-size: .875rem !important;
    }

    .lg\:u-text-base {
        font-size: 1rem !important;
    }

    .lg\:u-text-lg {
        font-size: 1.125rem !important;
    }

    .lg\:u-text-xl {
        font-size: 1.25rem !important;
    }

    .lg\:u-text-2xl {
        font-size: 1.5rem !important;
    }

    .lg\:u-text-3xl {
        font-size: 1.875rem !important;
    }

    .lg\:u-text-4xl {
        font-size: 2.25rem !important;
    }

    .lg\:u-text-5xl {
        font-size: 3rem !important;
    }

    .lg\:u-text-6xl {
        font-size: 3.5rem !important;
    }

    .lg\:u-text-7xl {
        font-size: 4rem !important;
    }

    .lg\:u-text-8xl {
        font-size: 6rem !important;
    }

    .lg\:u-text-9xl {
        font-size: 8rem !important;
    }

    .lg\:u-text-10xl {
        font-size: 10rem !important;
    }

    .lg\:u-italic {
        font-style: italic !important;
    }

    .lg\:u-roman {
        font-style: normal !important;
    }

    .lg\:u-uppercase {
        text-transform: uppercase !important;
    }

    .lg\:u-lowercase {
        text-transform: lowercase !important;
    }

    .lg\:u-capitalize {
        text-transform: capitalize !important;
    }

    .lg\:u-normal-case {
        text-transform: none !important;
    }

    .lg\:u-underline {
        text-decoration: underline !important;
    }

    .lg\:u-line-through {
        text-decoration: line-through !important;
    }

    .lg\:u-no-underline {
        text-decoration: none !important;
    }

    .lg\:u-antialiased {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .lg\:u-subpixel-antialiased {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .lg\:hover\:u-italic:hover {
        font-style: italic !important;
    }

    .lg\:hover\:u-roman:hover {
        font-style: normal !important;
    }

    .lg\:hover\:u-uppercase:hover {
        text-transform: uppercase !important;
    }

    .lg\:hover\:u-lowercase:hover {
        text-transform: lowercase !important;
    }

    .lg\:hover\:u-capitalize:hover {
        text-transform: capitalize !important;
    }

    .lg\:hover\:u-normal-case:hover {
        text-transform: none !important;
    }

    .lg\:hover\:u-underline:hover {
        text-decoration: underline !important;
    }

    .lg\:hover\:u-line-through:hover {
        text-decoration: line-through !important;
    }

    .lg\:hover\:u-no-underline:hover {
        text-decoration: none !important;
    }

    .lg\:hover\:u-antialiased:hover {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .lg\:hover\:u-subpixel-antialiased:hover {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .lg\:focus\:u-italic:focus {
        font-style: italic !important;
    }

    .lg\:focus\:u-roman:focus {
        font-style: normal !important;
    }

    .lg\:focus\:u-uppercase:focus {
        text-transform: uppercase !important;
    }

    .lg\:focus\:u-lowercase:focus {
        text-transform: lowercase !important;
    }

    .lg\:focus\:u-capitalize:focus {
        text-transform: capitalize !important;
    }

    .lg\:focus\:u-normal-case:focus {
        text-transform: none !important;
    }

    .lg\:focus\:u-underline:focus {
        text-decoration: underline !important;
    }

    .lg\:focus\:u-line-through:focus {
        text-decoration: line-through !important;
    }

    .lg\:focus\:u-no-underline:focus {
        text-decoration: none !important;
    }

    .lg\:focus\:u-antialiased:focus {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .lg\:focus\:u-subpixel-antialiased:focus {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .lg\:u-tracking-tight {
        letter-spacing: -0.05em !important;
    }

    .lg\:u-tracking-normal {
        letter-spacing: 0 !important;
    }

    .lg\:u-tracking-wide {
        letter-spacing: .05em !important;
    }

    .lg\:u-select-none {
        -webkit-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .lg\:u-select-text {
        -webkit-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .lg\:u-align-baseline {
        vertical-align: baseline !important;
    }

    .lg\:u-align-top {
        vertical-align: top !important;
    }

    .lg\:u-align-middle {
        vertical-align: middle !important;
    }

    .lg\:u-align-bottom {
        vertical-align: bottom !important;
    }

    .lg\:u-align-text-top {
        vertical-align: text-top !important;
    }

    .lg\:u-align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .lg\:u-visible {
        visibility: visible !important;
    }

    .lg\:u-invisible {
        visibility: hidden !important;
    }

    .lg\:u-whitespace-normal {
        white-space: normal !important;
    }

    .lg\:u-whitespace-no-wrap {
        white-space: nowrap !important;
    }

    .lg\:u-whitespace-pre {
        white-space: pre !important;
    }

    .lg\:u-whitespace-pre-line {
        white-space: pre-line !important;
    }

    .lg\:u-whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .lg\:u-break-words {
        word-wrap: break-word !important;
    }

    .lg\:u-break-normal {
        word-wrap: normal !important;
    }

    .lg\:u-truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .lg\:u-w-0 {
        width: 0 !important;
    }

    .lg\:u-w-1 {
        width: .25rem !important;
    }

    .lg\:u-w-2 {
        width: .5rem !important;
    }

    .lg\:u-w-3 {
        width: .75rem !important;
    }

    .lg\:u-w-4 {
        width: 1rem !important;
    }

    .lg\:u-w-5 {
        width: 1.25rem !important;
    }

    .lg\:u-w-6 {
        width: 1.5rem !important;
    }

    .lg\:u-w-8 {
        width: 2rem !important;
    }

    .lg\:u-w-10 {
        width: 2.5rem !important;
    }

    .lg\:u-w-12 {
        width: 3rem !important;
    }

    .lg\:u-w-16 {
        width: 4rem !important;
    }

    .lg\:u-w-24 {
        width: 6rem !important;
    }

    .lg\:u-w-32 {
        width: 8rem !important;
    }

    .lg\:u-w-48 {
        width: 12rem !important;
    }

    .lg\:u-w-64 {
        width: 16rem !important;
    }

    .lg\:u-w-72 {
        width: 32rem !important;
    }

    .lg\:u-w-auto {
        width: auto !important;
    }

    .lg\:u-w-px {
        width: 1px !important;
    }

    .lg\:u-w-1\/2 {
        width: 50% !important;
    }

    .lg\:u-w-1\/3 {
        width: 33.33333% !important;
    }

    .lg\:u-w-2\/3 {
        width: 66.66667% !important;
    }

    .lg\:u-w-1\/4 {
        width: 25% !important;
    }

    .lg\:u-w-3\/4 {
        width: 75% !important;
    }

    .lg\:u-w-1\/5 {
        width: 20% !important;
    }

    .lg\:u-w-2\/5 {
        width: 40% !important;
    }

    .lg\:u-w-3\/5 {
        width: 60% !important;
    }

    .lg\:u-w-4\/5 {
        width: 80% !important;
    }

    .lg\:u-w-1\/6 {
        width: 16.66667% !important;
    }

    .lg\:u-w-5\/6 {
        width: 83.33333% !important;
    }

    .lg\:u-w-1\/8 {
        width: 12.5% !important;
    }

    .lg\:u-w-1\/12 {
        width: 8.333333%;
        !important;
    }

    .lg\:u-w-full {
        width: 100% !important;
    }

    .lg\:u-w-screen {
        width: 100vw !important;
    }

    .lg\:u-z-0 {
        z-index: 0 !important;
    }

    .lg\:u-z-10 {
        z-index: 10 !important;
    }

    .lg\:u-z-20 {
        z-index: 20 !important;
    }

    .lg\:u-z-30 {
        z-index: 30 !important;
    }

    .lg\:u-z-40 {
        z-index: 40 !important;
    }

    .lg\:u-z-50 {
        z-index: 50 !important;
    }

    .lg\:u-z-auto {
        z-index: auto !important;
    }

    .lg\:u-o-0 > * + * {
        margin-top: 0 !important;
    }

    .lg\:u-o-1 > * + * {
        margin-top: .25rem !important;
    }

    .lg\:u-o-2 > * + * {
        margin-top: .5rem !important;
    }

    .lg\:u-o-3 > * + * {
        margin-top: .75rem !important;
    }

    .lg\:u-o-4 > * + * {
        margin-top: 1rem !important;
    }

    .lg\:u-o-5 > * + * {
        margin-top: 1.25rem !important;
    }

    .lg\:u-o-6 > * + * {
        margin-top: 1.5rem !important;
    }

    .lg\:u-o-8 > * + * {
        margin-top: 2rem !important;
    }

    .lg\:u-o-10 > * + * {
        margin-top: 2.5rem !important;
    }

    .lg\:u-o-12 > * + * {
        margin-top: 3rem !important;
    }

    .lg\:u-o-16 > * + * {
        margin-top: 4rem !important;
    }

    .lg\:u-o-20 > * + * {
        margin-top: 5rem !important;
    }

    .lg\:u-o-24 > * + * {
        margin-top: 6rem !important;
    }

    .lg\:u-o-32 > * + * {
        margin-top: 8rem !important;
    }

    .lg\:u-o-40 > * + * {
        margin-top: 10rem !important;
    }

    .lg\:u-o-72 > * + * {
        margin-top: 18rem !important;
    }

    .lg\:u-o-px > * + * {
        margin-top: 1px !important;
    }

    .lg\:u-scrim-t-\31 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .lg\:u-scrim-t-\31 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .lg\:u-scrim-t-\31 \/2::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .lg\:u-scrim-t-\32 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .lg\:u-scrim-t-\33 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .lg\:hover\:u-scrim-t-\31 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .lg\:hover\:u-scrim-t-\31 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .lg\:hover\:u-scrim-t-\31 \/2::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .lg\:hover\:u-scrim-t-\32 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .lg\:hover\:u-scrim-t-\33 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .lg\:u-aspect-ratio-square {
        padding-top: 100% !important;
    }

    .lg\:u-aspect-ratio-16\/9 {
        padding-top: 56.25% !important;
    }

    .lg\:u-aspect-ratio-300\/257 {
        padding-top: 85.67% !important;
    }

    .lg\:u-aspect-ratio-304\/199 {
        padding-top: 65.46% !important;
    }

    .lg\:u-aspect-ratio-45\/43 {
        padding-top: 95.56% !important;
    }

    .lg\:u-transform-none {
        transform: none !important;
    }

    .lg\:u-translate-x-1 {
        transform: translateX(.25rem) !important;
    }

    .lg\:u-translate-y-1 {
        transform: translateY(.25rem) !important;
    }

    .lg\:u-translate-x-2 {
        transform: translateX(.5rem) !important;
    }

    .lg\:u-translate-y-2 {
        transform: translateY(.5rem) !important;
    }

    .lg\:u-translate-x-3 {
        transform: translateX(.75rem) !important;
    }

    .lg\:u-translate-y-3 {
        transform: translateY(.75rem) !important;
    }

    .lg\:u-translate-x-4 {
        transform: translateX(1rem) !important;
    }

    .lg\:u-translate-y-4 {
        transform: translateY(1rem) !important;
    }

    .lg\:u-translate-x-5 {
        transform: translateX(1.25rem) !important;
    }

    .lg\:u-translate-y-5 {
        transform: translateY(1.25rem) !important;
    }

    .lg\:u-translate-x-6 {
        transform: translateX(1.5rem) !important;
    }

    .lg\:u-translate-y-6 {
        transform: translateY(1.5rem) !important;
    }

    .lg\:u-translate-x-8 {
        transform: translateX(2rem) !important;
    }

    .lg\:u-translate-y-8 {
        transform: translateY(2rem) !important;
    }

    .lg\:u-translate-x-10 {
        transform: translateX(2.5rem) !important;
    }

    .lg\:u-translate-y-10 {
        transform: translateY(2.5rem) !important;
    }

    .lg\:u-translate-x-12 {
        transform: translateX(3rem) !important;
    }

    .lg\:u-translate-y-12 {
        transform: translateY(3rem) !important;
    }

    .lg\:u-translate-x-16 {
        transform: translateX(4rem) !important;
    }

    .lg\:u-translate-y-16 {
        transform: translateY(4rem) !important;
    }

    .lg\:u-translate-x-20 {
        transform: translateX(5rem) !important;
    }

    .lg\:u-translate-y-20 {
        transform: translateY(5rem) !important;
    }

    .lg\:u-translate-x-24 {
        transform: translateX(6rem) !important;
    }

    .lg\:u-translate-y-24 {
        transform: translateY(6rem) !important;
    }

    .lg\:u-translate-x-32 {
        transform: translateX(8rem) !important;
    }

    .lg\:u-translate-y-32 {
        transform: translateY(8rem) !important;
    }

    .lg\:u-translate-x-1\/2 {
        transform: translateX(50%) !important;
    }

    .lg\:u-translate-y-1\/2 {
        transform: translateY(50%) !important;
    }

    .lg\:u--translate-x-1 {
        transform: translateX(-0.25rem) !important;
    }

    .lg\:u--translate-y-1 {
        transform: translateY(-0.25rem) !important;
    }

    .lg\:u--translate-x-2 {
        transform: translateX(-0.5rem) !important;
    }

    .lg\:u--translate-y-2 {
        transform: translateY(-0.5rem) !important;
    }

    .lg\:u--translate-x-3 {
        transform: translateX(-0.75rem) !important;
    }

    .lg\:u--translate-y-3 {
        transform: translateY(-0.75rem) !important;
    }

    .lg\:u--translate-x-4 {
        transform: translateX(-1rem) !important;
    }

    .lg\:u--translate-y-4 {
        transform: translateY(-1rem) !important;
    }

    .lg\:u--translate-x-5 {
        transform: translateX(-1.25rem) !important;
    }

    .lg\:u--translate-y-5 {
        transform: translateY(-1.25rem) !important;
    }

    .lg\:u--translate-x-6 {
        transform: translateX(-1.5rem) !important;
    }

    .lg\:u--translate-y-6 {
        transform: translateY(-1.5rem) !important;
    }

    .lg\:u--translate-x-8 {
        transform: translateX(-2rem) !important;
    }

    .lg\:u--translate-y-8 {
        transform: translateY(-2rem) !important;
    }

    .lg\:u--translate-x-10 {
        transform: translateX(-2.5rem) !important;
    }

    .lg\:u--translate-y-10 {
        transform: translateY(-2.5rem) !important;
    }

    .lg\:u--translate-x-12 {
        transform: translateX(-3rem) !important;
    }

    .lg\:u--translate-y-12 {
        transform: translateY(-3rem) !important;
    }

    .lg\:u--translate-x-16 {
        transform: translateX(-4rem) !important;
    }

    .lg\:u--translate-y-16 {
        transform: translateY(-4rem) !important;
    }

    .lg\:u--translate-x-20 {
        transform: translateX(-5rem) !important;
    }

    .lg\:u--translate-y-20 {
        transform: translateY(-5rem) !important;
    }

    .lg\:u--translate-x-24 {
        transform: translateX(-6rem) !important;
    }

    .lg\:u--translate-y-24 {
        transform: translateY(-6rem) !important;
    }

    .lg\:u--translate-x-32 {
        transform: translateX(-8rem) !important;
    }

    .lg\:u--translate-y-32 {
        transform: translateY(-8rem) !important;
    }

    .lg\:u--translate-x-1\/2 {
        transform: translateX(-50%) !important;
    }

    .lg\:u--translate-y-1\/2 {
        transform: translateY(-50%) !important;
    }

    .lg\:u-scale-90 {
        transform: scale(.9) !important;
    }

    .lg\:u-scale-x-90 {
        transform: scaleX(.9) !important;
    }

    .lg\:u-scale-y-90 {
        transform: scaleY(.9) !important;
    }

    .lg\:u-scale-100 {
        transform: scale(1) !important;
    }

    .lg\:u-scale-x-100 {
        transform: scaleX(1) !important;
    }

    .lg\:u-scale-y-100 {
        transform: scaleY(1) !important;
    }

    .lg\:u-scale-110 {
        transform: scale(1.1) !important;
    }

    .lg\:u-scale-x-110 {
        transform: scaleX(1.1) !important;
    }

    .lg\:u-scale-y-110 {
        transform: scaleY(1.1) !important;
    }

    .lg\:hocus\:u-transform-none:hover,
    .lg\:hocus\:u-transform-none:focus {
        transform: none !important;
    }

    .lg\:hocus\:u-translate-x-1:hover,
    .lg\:hocus\:u-translate-x-1:focus {
        transform: translateX(.25rem) !important;
    }

    .lg\:hocus\:u-translate-y-1:hover,
    .lg\:hocus\:u-translate-y-1:focus {
        transform: translateY(.25rem) !important;
    }

    .lg\:hocus\:u-translate-x-2:hover,
    .lg\:hocus\:u-translate-x-2:focus {
        transform: translateX(.5rem) !important;
    }

    .lg\:hocus\:u-translate-y-2:hover,
    .lg\:hocus\:u-translate-y-2:focus {
        transform: translateY(.5rem) !important;
    }

    .lg\:hocus\:u-translate-x-3:hover,
    .lg\:hocus\:u-translate-x-3:focus {
        transform: translateX(.75rem) !important;
    }

    .lg\:hocus\:u-translate-y-3:hover,
    .lg\:hocus\:u-translate-y-3:focus {
        transform: translateY(.75rem) !important;
    }

    .lg\:hocus\:u-translate-x-4:hover,
    .lg\:hocus\:u-translate-x-4:focus {
        transform: translateX(1rem) !important;
    }

    .lg\:hocus\:u-translate-y-4:hover,
    .lg\:hocus\:u-translate-y-4:focus {
        transform: translateY(1rem) !important;
    }

    .lg\:hocus\:u-translate-x-5:hover,
    .lg\:hocus\:u-translate-x-5:focus {
        transform: translateX(1.25rem) !important;
    }

    .lg\:hocus\:u-translate-y-5:hover,
    .lg\:hocus\:u-translate-y-5:focus {
        transform: translateY(1.25rem) !important;
    }

    .lg\:hocus\:u-translate-x-6:hover,
    .lg\:hocus\:u-translate-x-6:focus {
        transform: translateX(1.5rem) !important;
    }

    .lg\:hocus\:u-translate-y-6:hover,
    .lg\:hocus\:u-translate-y-6:focus {
        transform: translateY(1.5rem) !important;
    }

    .lg\:hocus\:u-translate-x-8:hover,
    .lg\:hocus\:u-translate-x-8:focus {
        transform: translateX(2rem) !important;
    }

    .lg\:hocus\:u-translate-y-8:hover,
    .lg\:hocus\:u-translate-y-8:focus {
        transform: translateY(2rem) !important;
    }

    .lg\:hocus\:u-translate-x-10:hover,
    .lg\:hocus\:u-translate-x-10:focus {
        transform: translateX(2.5rem) !important;
    }

    .lg\:hocus\:u-translate-y-10:hover,
    .lg\:hocus\:u-translate-y-10:focus {
        transform: translateY(2.5rem) !important;
    }

    .lg\:hocus\:u-translate-x-12:hover,
    .lg\:hocus\:u-translate-x-12:focus {
        transform: translateX(3rem) !important;
    }

    .lg\:hocus\:u-translate-y-12:hover,
    .lg\:hocus\:u-translate-y-12:focus {
        transform: translateY(3rem) !important;
    }

    .lg\:hocus\:u-translate-x-16:hover,
    .lg\:hocus\:u-translate-x-16:focus {
        transform: translateX(4rem) !important;
    }

    .lg\:hocus\:u-translate-y-16:hover,
    .lg\:hocus\:u-translate-y-16:focus {
        transform: translateY(4rem) !important;
    }

    .lg\:hocus\:u-translate-x-20:hover,
    .lg\:hocus\:u-translate-x-20:focus {
        transform: translateX(5rem) !important;
    }

    .lg\:hocus\:u-translate-y-20:hover,
    .lg\:hocus\:u-translate-y-20:focus {
        transform: translateY(5rem) !important;
    }

    .lg\:hocus\:u-translate-x-24:hover,
    .lg\:hocus\:u-translate-x-24:focus {
        transform: translateX(6rem) !important;
    }

    .lg\:hocus\:u-translate-y-24:hover,
    .lg\:hocus\:u-translate-y-24:focus {
        transform: translateY(6rem) !important;
    }

    .lg\:hocus\:u-translate-x-32:hover,
    .lg\:hocus\:u-translate-x-32:focus {
        transform: translateX(8rem) !important;
    }

    .lg\:hocus\:u-translate-y-32:hover,
    .lg\:hocus\:u-translate-y-32:focus {
        transform: translateY(8rem) !important;
    }

    .lg\:hocus\:u-translate-x-1\/2:hover,
    .lg\:hocus\:u-translate-x-1\/2:focus {
        transform: translateX(50%) !important;
    }

    .lg\:hocus\:u-translate-y-1\/2:hover,
    .lg\:hocus\:u-translate-y-1\/2:focus {
        transform: translateY(50%) !important;
    }

    .lg\:hocus\:u--translate-x-1:hover,
    .lg\:hocus\:u--translate-x-1:focus {
        transform: translateX(-0.25rem) !important;
    }

    .lg\:hocus\:u--translate-y-1:hover,
    .lg\:hocus\:u--translate-y-1:focus {
        transform: translateY(-0.25rem) !important;
    }

    .lg\:hocus\:u--translate-x-2:hover,
    .lg\:hocus\:u--translate-x-2:focus {
        transform: translateX(-0.5rem) !important;
    }

    .lg\:hocus\:u--translate-y-2:hover,
    .lg\:hocus\:u--translate-y-2:focus {
        transform: translateY(-0.5rem) !important;
    }

    .lg\:hocus\:u--translate-x-3:hover,
    .lg\:hocus\:u--translate-x-3:focus {
        transform: translateX(-0.75rem) !important;
    }

    .lg\:hocus\:u--translate-y-3:hover,
    .lg\:hocus\:u--translate-y-3:focus {
        transform: translateY(-0.75rem) !important;
    }

    .lg\:hocus\:u--translate-x-4:hover,
    .lg\:hocus\:u--translate-x-4:focus {
        transform: translateX(-1rem) !important;
    }

    .lg\:hocus\:u--translate-y-4:hover,
    .lg\:hocus\:u--translate-y-4:focus {
        transform: translateY(-1rem) !important;
    }

    .lg\:hocus\:u--translate-x-5:hover,
    .lg\:hocus\:u--translate-x-5:focus {
        transform: translateX(-1.25rem) !important;
    }

    .lg\:hocus\:u--translate-y-5:hover,
    .lg\:hocus\:u--translate-y-5:focus {
        transform: translateY(-1.25rem) !important;
    }

    .lg\:hocus\:u--translate-x-6:hover,
    .lg\:hocus\:u--translate-x-6:focus {
        transform: translateX(-1.5rem) !important;
    }

    .lg\:hocus\:u--translate-y-6:hover,
    .lg\:hocus\:u--translate-y-6:focus {
        transform: translateY(-1.5rem) !important;
    }

    .lg\:hocus\:u--translate-x-8:hover,
    .lg\:hocus\:u--translate-x-8:focus {
        transform: translateX(-2rem) !important;
    }

    .lg\:hocus\:u--translate-y-8:hover,
    .lg\:hocus\:u--translate-y-8:focus {
        transform: translateY(-2rem) !important;
    }

    .lg\:hocus\:u--translate-x-10:hover,
    .lg\:hocus\:u--translate-x-10:focus {
        transform: translateX(-2.5rem) !important;
    }

    .lg\:hocus\:u--translate-y-10:hover,
    .lg\:hocus\:u--translate-y-10:focus {
        transform: translateY(-2.5rem) !important;
    }

    .lg\:hocus\:u--translate-x-12:hover,
    .lg\:hocus\:u--translate-x-12:focus {
        transform: translateX(-3rem) !important;
    }

    .lg\:hocus\:u--translate-y-12:hover,
    .lg\:hocus\:u--translate-y-12:focus {
        transform: translateY(-3rem) !important;
    }

    .lg\:hocus\:u--translate-x-16:hover,
    .lg\:hocus\:u--translate-x-16:focus {
        transform: translateX(-4rem) !important;
    }

    .lg\:hocus\:u--translate-y-16:hover,
    .lg\:hocus\:u--translate-y-16:focus {
        transform: translateY(-4rem) !important;
    }

    .lg\:hocus\:u--translate-x-20:hover,
    .lg\:hocus\:u--translate-x-20:focus {
        transform: translateX(-5rem) !important;
    }

    .lg\:hocus\:u--translate-y-20:hover,
    .lg\:hocus\:u--translate-y-20:focus {
        transform: translateY(-5rem) !important;
    }

    .lg\:hocus\:u--translate-x-24:hover,
    .lg\:hocus\:u--translate-x-24:focus {
        transform: translateX(-6rem) !important;
    }

    .lg\:hocus\:u--translate-y-24:hover,
    .lg\:hocus\:u--translate-y-24:focus {
        transform: translateY(-6rem) !important;
    }

    .lg\:hocus\:u--translate-x-32:hover,
    .lg\:hocus\:u--translate-x-32:focus {
        transform: translateX(-8rem) !important;
    }

    .lg\:hocus\:u--translate-y-32:hover,
    .lg\:hocus\:u--translate-y-32:focus {
        transform: translateY(-8rem) !important;
    }

    .lg\:hocus\:u--translate-x-1\/2:hover,
    .lg\:hocus\:u--translate-x-1\/2:focus {
        transform: translateX(-50%) !important;
    }

    .lg\:hocus\:u--translate-y-1\/2:hover,
    .lg\:hocus\:u--translate-y-1\/2:focus {
        transform: translateY(-50%) !important;
    }

    .lg\:hocus\:u-scale-90:hover,
    .lg\:hocus\:u-scale-90:focus {
        transform: scale(.9) !important;
    }

    .lg\:hocus\:u-scale-x-90:hover,
    .lg\:hocus\:u-scale-x-90:focus {
        transform: scaleX(.9) !important;
    }

    .lg\:hocus\:u-scale-y-90:hover,
    .lg\:hocus\:u-scale-y-90:focus {
        transform: scaleY(.9) !important;
    }

    .lg\:hocus\:u-scale-100:hover,
    .lg\:hocus\:u-scale-100:focus {
        transform: scale(1) !important;
    }

    .lg\:hocus\:u-scale-x-100:hover,
    .lg\:hocus\:u-scale-x-100:focus {
        transform: scaleX(1) !important;
    }

    .lg\:hocus\:u-scale-y-100:hover,
    .lg\:hocus\:u-scale-y-100:focus {
        transform: scaleY(1) !important;
    }

    .lg\:hocus\:u-scale-110:hover,
    .lg\:hocus\:u-scale-110:focus {
        transform: scale(1.1) !important;
    }

    .lg\:hocus\:u-scale-x-110:hover,
    .lg\:hocus\:u-scale-x-110:focus {
        transform: scaleX(1.1) !important;
    }

    .lg\:hocus\:u-scale-y-110:hover,
    .lg\:hocus\:u-scale-y-110:focus {
        transform: scaleY(1.1) !important;
    }

    .lg\:u--overlay-87 {
        top: calc((87px / 2) * -1);
    }
}

@media (min-width: 1400px) {
    .xl\:u-gap-0 {
        margin: -0;
    }

        .xl\:u-gap-0 > * {
            margin: 0;
        }

    .xl\:u-gap-x-0 {
        margin-left: -0;
        margin-right: -0;
    }

        .xl\:u-gap-x-0 > * {
            margin-left: 0;
            margin-right: 0;
        }

    .xl\:u-gap-y-0 {
        margin-top: -0;
        margin-bottom: -0;
    }

        .xl\:u-gap-y-0 > * {
            margin-top: 0;
            margin-bottom: 0;
        }

    .xl\:u-gap-1 {
        margin: -0.125rem;
    }

        .xl\:u-gap-1 > * {
            margin: .125rem;
        }

    .xl\:u-gap-x-1 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

        .xl\:u-gap-x-1 > * {
            margin-left: .125rem;
            margin-right: .125rem;
        }

    .xl\:u-gap-y-1 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

        .xl\:u-gap-y-1 > * {
            margin-top: .125rem;
            margin-bottom: .125rem;
        }

    .xl\:u-gap-2 {
        margin: -0.25rem;
    }

        .xl\:u-gap-2 > * {
            margin: .25rem;
        }

    .xl\:u-gap-x-2 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

        .xl\:u-gap-x-2 > * {
            margin-left: .25rem;
            margin-right: .25rem;
        }

    .xl\:u-gap-y-2 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

        .xl\:u-gap-y-2 > * {
            margin-top: .25rem;
            margin-bottom: .25rem;
        }

    .xl\:u-gap-3 {
        margin: -0.375rem;
    }

        .xl\:u-gap-3 > * {
            margin: .375rem;
        }

    .xl\:u-gap-x-3 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

        .xl\:u-gap-x-3 > * {
            margin-left: .375rem;
            margin-right: .375rem;
        }

    .xl\:u-gap-y-3 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

        .xl\:u-gap-y-3 > * {
            margin-top: .375rem;
            margin-bottom: .375rem;
        }

    .xl\:u-gap-4 {
        margin: -0.5rem;
    }

        .xl\:u-gap-4 > * {
            margin: .5rem;
        }

    .xl\:u-gap-x-4 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

        .xl\:u-gap-x-4 > * {
            margin-left: .5rem;
            margin-right: .5rem;
        }

    .xl\:u-gap-y-4 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

        .xl\:u-gap-y-4 > * {
            margin-top: .5rem;
            margin-bottom: .5rem;
        }

    .xl\:u-gap-5 {
        margin: -0.625rem;
    }

        .xl\:u-gap-5 > * {
            margin: .625rem;
        }

    .xl\:u-gap-x-5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

        .xl\:u-gap-x-5 > * {
            margin-left: .625rem;
            margin-right: .625rem;
        }

    .xl\:u-gap-y-5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

        .xl\:u-gap-y-5 > * {
            margin-top: .625rem;
            margin-bottom: .625rem;
        }

    .xl\:u-gap-6 {
        margin: -0.75rem;
    }

        .xl\:u-gap-6 > * {
            margin: .75rem;
        }

    .xl\:u-gap-x-6 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

        .xl\:u-gap-x-6 > * {
            margin-left: .75rem;
            margin-right: .75rem;
        }

    .xl\:u-gap-y-6 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

        .xl\:u-gap-y-6 > * {
            margin-top: .75rem;
            margin-bottom: .75rem;
        }

    .xl\:u-gap-8 {
        margin: -1rem;
    }

        .xl\:u-gap-8 > * {
            margin: 1rem;
        }

    .xl\:u-gap-x-8 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        .xl\:u-gap-x-8 > * {
            margin-left: 1rem;
            margin-right: 1rem;
        }

    .xl\:u-gap-y-8 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

        .xl\:u-gap-y-8 > * {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .xl\:u-gap-10 {
        margin: -1.25rem;
    }

        .xl\:u-gap-10 > * {
            margin: 1.25rem;
        }

    .xl\:u-gap-x-10 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

        .xl\:u-gap-x-10 > * {
            margin-left: 1.25rem;
            margin-right: 1.25rem;
        }

    .xl\:u-gap-y-10 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

        .xl\:u-gap-y-10 > * {
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
        }

    .xl\:u-gap-12 {
        margin: -1.5rem;
    }

        .xl\:u-gap-12 > * {
            margin: 1.5rem;
        }

    .xl\:u-gap-x-12 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

        .xl\:u-gap-x-12 > * {
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

    .xl\:u-gap-y-12 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

        .xl\:u-gap-y-12 > * {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

    .xl\:u-gap-16 {
        margin: -2rem;
    }

        .xl\:u-gap-16 > * {
            margin: 2rem;
        }

    .xl\:u-gap-x-16 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

        .xl\:u-gap-x-16 > * {
            margin-left: 2rem;
            margin-right: 2rem;
        }

    .xl\:u-gap-y-16 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

        .xl\:u-gap-y-16 > * {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

    .xl\:u-gap-20 {
        margin: -2.5rem;
    }

        .xl\:u-gap-20 > * {
            margin: 2.5rem;
        }

    .xl\:u-gap-x-20 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

        .xl\:u-gap-x-20 > * {
            margin-left: 2.5rem;
            margin-right: 2.5rem;
        }

    .xl\:u-gap-y-20 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

        .xl\:u-gap-y-20 > * {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
        }

    .xl\:u-gap-24 {
        margin: -3rem;
    }

        .xl\:u-gap-24 > * {
            margin: 3rem;
        }

    .xl\:u-gap-x-24 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

        .xl\:u-gap-x-24 > * {
            margin-left: 3rem;
            margin-right: 3rem;
        }

    .xl\:u-gap-y-24 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

        .xl\:u-gap-y-24 > * {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

    .xl\:u-gap-32 {
        margin: -4rem;
    }

        .xl\:u-gap-32 > * {
            margin: 4rem;
        }

    .xl\:u-gap-x-32 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

        .xl\:u-gap-x-32 > * {
            margin-left: 4rem;
            margin-right: 4rem;
        }

    .xl\:u-gap-y-32 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

        .xl\:u-gap-y-32 > * {
            margin-top: 4rem;
            margin-bottom: 4rem;
        }

    .xl\:u-gap-px {
        margin: -0.5px;
    }

        .xl\:u-gap-px > * {
            margin: .5px;
        }

    .xl\:u-gap-x-px {
        margin-left: -0.5px;
        margin-right: -0.5px;
    }

        .xl\:u-gap-x-px > * {
            margin-left: .5px;
            margin-right: .5px;
        }

    .xl\:u-gap-y-px {
        margin-top: -0.5px;
        margin-bottom: -0.5px;
    }

        .xl\:u-gap-y-px > * {
            margin-top: .5px;
            margin-bottom: .5px;
        }

    .xl\:u-list-reset {
        list-style: none !important;
        padding: 0 !important;
    }

    .xl\:u-appearance-none {
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    .xl\:u-bg-fixed {
        background-attachment: fixed !important;
    }

    .xl\:u-bg-local {
        background-attachment: local !important;
    }

    .xl\:u-bg-scroll {
        background-attachment: scroll !important;
    }

    .xl\:u-bg-transparent {
        background-color: transparent !important;
    }

    .xl\:u-bg-black {
        background-color: #05001e !important;
    }

    .xl\:u-bg-white {
        background-color: #fff !important;
    }

    .xl\:u-bg-yellow {
        background-color: #ffc700 !important;
    }

    .xl\:u-bg-coral {
        background-color: #ff9e6d !important;
    }

    .xl\:u-bg-green {
        background-color: #00ff01 !important;
    }

    .xl\:u-bg-navy {
        background-color: #151716 !important;
    }

    .xl\:u-bg-navy-light {
        background-color: #14133d !important;
    }

    .xl\:u-bg-navy-lighter {
        background-color: #404064 !important;
    }

    .xl\:u-bg-navy-lightest {
        background-color: #74768f !important;
    }

    .xl\:u-bg-navy-grey {
        background-color: #2f3158 !important;
    }

    .xl\:u-bg-blue {
        background-color: #1500fe !important;
    }

    .xl\:u-bg-wild-sand {
        background-color: #f4f4f4 !important;
    }

    .xl\:u-bg-grey-light {
        background-color: #dadada !important;
    }

    .xl\:u-bg-grey-lighter {
        background-color: #f4f4f4 !important;
    }

    .xl\:u-bg-grey-lightest {
        background-color: #f8fafc !important;
    }

    .xl\:u-bg-nav-border {
        background-color: #323254 !important;
    }

    .xl\:u-bg-silver {
        background-color: #bebebe !important;
    }

    .xl\:u-bg-red {
        background-color: #ff0201 !important;
    }

    .xl\:u-bg-black--dark {
        background-color: #04001a !important;
    }

    .xl\:u-bg-black--light {
        background-color: #060022 !important;
    }

    .xl\:u-bg-white--dark {
        background-color: #e0e0e0 !important;
    }

    .xl\:u-bg-white--light {
        background-color: #fff !important;
    }

    .xl\:u-bg-yellow--dark {
        background-color: #e0af00 !important;
    }

    .xl\:u-bg-yellow--light {
        background-color: #ffce1f !important;
    }

    .xl\:u-bg-coral--dark {
        background-color: #ff8141 !important;
    }

    .xl\:u-bg-coral--light {
        background-color: #fb9 !important;
    }

    .xl\:u-bg-green--dark {
        background-color: #00e001 !important;
    }

    .xl\:u-bg-green--light {
        background-color: #1fff1f !important;
    }

    .xl\:u-bg-navy--dark {
        background-color: #000028 !important;
    }

    .xl\:u-bg-navy--light {
        background-color: #000032 !important;
    }

    .xl\:u-bg-navy-light--dark {
        background-color: #121136 !important;
    }

    .xl\:u-bg-navy-light--light {
        background-color: #161544 !important;
    }

    .xl\:u-bg-navy-lighter--dark {
        background-color: #383858 !important;
    }

    .xl\:u-bg-navy-lighter--light {
        background-color: #484870 !important;
    }

    .xl\:u-bg-navy-lightest--dark {
        background-color: #66687e !important;
    }

    .xl\:u-bg-navy-lightest--light {
        background-color: #85879d !important;
    }

    .xl\:u-bg-navy-grey--dark {
        background-color: #292b4d !important;
    }

    .xl\:u-bg-navy-grey--light {
        background-color: #353763 !important;
    }

    .xl\:u-bg-blue--dark {
        background-color: #1200e0 !important;
    }

    .xl\:u-bg-blue--light {
        background-color: #301dff !important;
    }

    .xl\:u-bg-wild-sand--dark {
        background-color: #d7d7d7 !important;
    }

    .xl\:u-bg-wild-sand--light {
        background-color: #fff !important;
    }

    .xl\:u-bg-grey-light--dark {
        background-color: #c0c0c0 !important;
    }

    .xl\:u-bg-grey-light--light {
        background-color: #f4f4f4 !important;
    }

    .xl\:u-bg-grey-lighter--dark {
        background-color: #d7d7d7 !important;
    }

    .xl\:u-bg-grey-lighter--light {
        background-color: #fff !important;
    }

    .xl\:u-bg-grey-lightest--dark {
        background-color: #cedcea !important;
    }

    .xl\:u-bg-grey-lightest--light {
        background-color: #fff !important;
    }

    .xl\:u-bg-nav-border--dark {
        background-color: #2c2c4a !important;
    }

    .xl\:u-bg-nav-border--light {
        background-color: #38385e !important;
    }

    .xl\:u-bg-silver--dark {
        background-color: #a7a7a7 !important;
    }

    .xl\:u-bg-silver--light {
        background-color: #d5d5d5 !important;
    }

    .xl\:u-bg-red--dark {
        background-color: #e10100 !important;
    }

    .xl\:u-bg-red--light {
        background-color: #ff2120 !important;
    }

    .xl\:hover\:u-bg-transparent:hover {
        background-color: transparent !important;
    }

    .xl\:hover\:u-bg-black:hover {
        background-color: #05001e !important;
    }

    .xl\:hover\:u-bg-white:hover {
        background-color: #fff !important;
    }

    .xl\:hover\:u-bg-yellow:hover {
        background-color: #ffc700 !important;
    }

    .xl\:hover\:u-bg-coral:hover {
        background-color: #ff9e6d !important;
    }

    .xl\:hover\:u-bg-green:hover {
        background-color: #00ff01 !important;
    }

    .xl\:hover\:u-bg-navy:hover {
        background-color: #151716 !important;
    }

    .xl\:hover\:u-bg-navy-light:hover {
        background-color: #14133d !important;
    }

    .xl\:hover\:u-bg-navy-lighter:hover {
        background-color: #404064 !important;
    }

    .xl\:hover\:u-bg-navy-lightest:hover {
        background-color: #74768f !important;
    }

    .xl\:hover\:u-bg-navy-grey:hover {
        background-color: #2f3158 !important;
    }

    .xl\:hover\:u-bg-blue:hover {
        background-color: #1500fe !important;
    }

    .xl\:hover\:u-bg-wild-sand:hover {
        background-color: #f4f4f4 !important;
    }

    .xl\:hover\:u-bg-grey-light:hover {
        background-color: #dadada !important;
    }

    .xl\:hover\:u-bg-grey-lighter:hover {
        background-color: #f4f4f4 !important;
    }

    .xl\:hover\:u-bg-grey-lightest:hover {
        background-color: #f8fafc !important;
    }

    .xl\:hover\:u-bg-nav-border:hover {
        background-color: #323254 !important;
    }

    .xl\:hover\:u-bg-silver:hover {
        background-color: #bebebe !important;
    }

    .xl\:hover\:u-bg-red:hover {
        background-color: #ff0201 !important;
    }

    .xl\:hover\:u-bg-black--dark:hover {
        background-color: #04001a !important;
    }

    .xl\:hover\:u-bg-black--light:hover {
        background-color: #060022 !important;
    }

    .xl\:hover\:u-bg-white--dark:hover {
        background-color: #e0e0e0 !important;
    }

    .xl\:hover\:u-bg-white--light:hover {
        background-color: #fff !important;
    }

    .xl\:hover\:u-bg-yellow--dark:hover {
        background-color: #e0af00 !important;
    }

    .xl\:hover\:u-bg-yellow--light:hover {
        background-color: #ffce1f !important;
    }

    .xl\:hover\:u-bg-coral--dark:hover {
        background-color: #ff8141 !important;
    }

    .xl\:hover\:u-bg-coral--light:hover {
        background-color: #fb9 !important;
    }

    .xl\:hover\:u-bg-green--dark:hover {
        background-color: #00e001 !important;
    }

    .xl\:hover\:u-bg-green--light:hover {
        background-color: #1fff1f !important;
    }

    .xl\:hover\:u-bg-navy--dark:hover {
        background-color: #000028 !important;
    }

    .xl\:hover\:u-bg-navy--light:hover {
        background-color: #000032 !important;
    }

    .xl\:hover\:u-bg-navy-light--dark:hover {
        background-color: #121136 !important;
    }

    .xl\:hover\:u-bg-navy-light--light:hover {
        background-color: #161544 !important;
    }

    .xl\:hover\:u-bg-navy-lighter--dark:hover {
        background-color: #383858 !important;
    }

    .xl\:hover\:u-bg-navy-lighter--light:hover {
        background-color: #484870 !important;
    }

    .xl\:hover\:u-bg-navy-lightest--dark:hover {
        background-color: #66687e !important;
    }

    .xl\:hover\:u-bg-navy-lightest--light:hover {
        background-color: #85879d !important;
    }

    .xl\:hover\:u-bg-navy-grey--dark:hover {
        background-color: #292b4d !important;
    }

    .xl\:hover\:u-bg-navy-grey--light:hover {
        background-color: #353763 !important;
    }

    .xl\:hover\:u-bg-blue--dark:hover {
        background-color: #1200e0 !important;
    }

    .xl\:hover\:u-bg-blue--light:hover {
        background-color: #301dff !important;
    }

    .xl\:hover\:u-bg-wild-sand--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .xl\:hover\:u-bg-wild-sand--light:hover {
        background-color: #fff !important;
    }

    .xl\:hover\:u-bg-grey-light--dark:hover {
        background-color: #c0c0c0 !important;
    }

    .xl\:hover\:u-bg-grey-light--light:hover {
        background-color: #f4f4f4 !important;
    }

    .xl\:hover\:u-bg-grey-lighter--dark:hover {
        background-color: #d7d7d7 !important;
    }

    .xl\:hover\:u-bg-grey-lighter--light:hover {
        background-color: #fff !important;
    }

    .xl\:hover\:u-bg-grey-lightest--dark:hover {
        background-color: #cedcea !important;
    }

    .xl\:hover\:u-bg-grey-lightest--light:hover {
        background-color: #fff !important;
    }

    .xl\:hover\:u-bg-nav-border--dark:hover {
        background-color: #2c2c4a !important;
    }

    .xl\:hover\:u-bg-nav-border--light:hover {
        background-color: #38385e !important;
    }

    .xl\:hover\:u-bg-silver--dark:hover {
        background-color: #a7a7a7 !important;
    }

    .xl\:hover\:u-bg-silver--light:hover {
        background-color: #d5d5d5 !important;
    }

    .xl\:hover\:u-bg-red--dark:hover {
        background-color: #e10100 !important;
    }

    .xl\:hover\:u-bg-red--light:hover {
        background-color: #ff2120 !important;
    }

    .xl\:focus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .xl\:focus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .xl\:focus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .xl\:focus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .xl\:focus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .xl\:focus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .xl\:focus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .xl\:focus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .xl\:focus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .xl\:focus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .xl\:focus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .xl\:focus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .xl\:focus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .xl\:focus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .xl\:focus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .xl\:focus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .xl\:focus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .xl\:focus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .xl\:focus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .xl\:focus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .xl\:focus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .xl\:focus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .xl\:focus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .xl\:focus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .xl\:focus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .xl\:focus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .xl\:focus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .xl\:focus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .xl\:focus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .xl\:focus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .xl\:focus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .xl\:focus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .xl\:focus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .xl\:focus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .xl\:focus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .xl\:focus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .xl\:focus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .xl\:focus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .xl\:focus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .xl\:focus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .xl\:focus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .xl\:focus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .xl\:focus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .xl\:focus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .xl\:focus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .xl\:focus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .xl\:focus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .xl\:focus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .xl\:focus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .xl\:focus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .xl\:focus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .xl\:focus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .xl\:focus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .xl\:focus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .xl\:focus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .xl\:hocus\:u-bg-transparent:hover,
    .xl\:hocus\:u-bg-transparent:focus {
        background-color: transparent !important;
    }

    .xl\:hocus\:u-bg-black:hover,
    .xl\:hocus\:u-bg-black:focus {
        background-color: #05001e !important;
    }

    .xl\:hocus\:u-bg-white:hover,
    .xl\:hocus\:u-bg-white:focus {
        background-color: #fff !important;
    }

    .xl\:hocus\:u-bg-yellow:hover,
    .xl\:hocus\:u-bg-yellow:focus {
        background-color: #ffc700 !important;
    }

    .xl\:hocus\:u-bg-coral:hover,
    .xl\:hocus\:u-bg-coral:focus {
        background-color: #ff9e6d !important;
    }

    .xl\:hocus\:u-bg-green:hover,
    .xl\:hocus\:u-bg-green:focus {
        background-color: #00ff01 !important;
    }

    .xl\:hocus\:u-bg-navy:hover,
    .xl\:hocus\:u-bg-navy:focus {
        background-color: #151716 !important;
    }

    .xl\:hocus\:u-bg-navy-light:hover,
    .xl\:hocus\:u-bg-navy-light:focus {
        background-color: #14133d !important;
    }

    .xl\:hocus\:u-bg-navy-lighter:hover,
    .xl\:hocus\:u-bg-navy-lighter:focus {
        background-color: #404064 !important;
    }

    .xl\:hocus\:u-bg-navy-lightest:hover,
    .xl\:hocus\:u-bg-navy-lightest:focus {
        background-color: #74768f !important;
    }

    .xl\:hocus\:u-bg-navy-grey:hover,
    .xl\:hocus\:u-bg-navy-grey:focus {
        background-color: #2f3158 !important;
    }

    .xl\:hocus\:u-bg-blue:hover,
    .xl\:hocus\:u-bg-blue:focus {
        background-color: #1500fe !important;
    }

    .xl\:hocus\:u-bg-wild-sand:hover,
    .xl\:hocus\:u-bg-wild-sand:focus {
        background-color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-bg-grey-light:hover,
    .xl\:hocus\:u-bg-grey-light:focus {
        background-color: #dadada !important;
    }

    .xl\:hocus\:u-bg-grey-lighter:hover,
    .xl\:hocus\:u-bg-grey-lighter:focus {
        background-color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-bg-grey-lightest:hover,
    .xl\:hocus\:u-bg-grey-lightest:focus {
        background-color: #f8fafc !important;
    }

    .xl\:hocus\:u-bg-nav-border:hover,
    .xl\:hocus\:u-bg-nav-border:focus {
        background-color: #323254 !important;
    }

    .xl\:hocus\:u-bg-silver:hover,
    .xl\:hocus\:u-bg-silver:focus {
        background-color: #bebebe !important;
    }

    .xl\:hocus\:u-bg-red:hover,
    .xl\:hocus\:u-bg-red:focus {
        background-color: #ff0201 !important;
    }

    .xl\:hocus\:u-bg-black--dark:hover,
    .xl\:hocus\:u-bg-black--dark:focus {
        background-color: #04001a !important;
    }

    .xl\:hocus\:u-bg-black--light:hover,
    .xl\:hocus\:u-bg-black--light:focus {
        background-color: #060022 !important;
    }

    .xl\:hocus\:u-bg-white--dark:hover,
    .xl\:hocus\:u-bg-white--dark:focus {
        background-color: #e0e0e0 !important;
    }

    .xl\:hocus\:u-bg-white--light:hover,
    .xl\:hocus\:u-bg-white--light:focus {
        background-color: #fff !important;
    }

    .xl\:hocus\:u-bg-yellow--dark:hover,
    .xl\:hocus\:u-bg-yellow--dark:focus {
        background-color: #e0af00 !important;
    }

    .xl\:hocus\:u-bg-yellow--light:hover,
    .xl\:hocus\:u-bg-yellow--light:focus {
        background-color: #ffce1f !important;
    }

    .xl\:hocus\:u-bg-coral--dark:hover,
    .xl\:hocus\:u-bg-coral--dark:focus {
        background-color: #ff8141 !important;
    }

    .xl\:hocus\:u-bg-coral--light:hover,
    .xl\:hocus\:u-bg-coral--light:focus {
        background-color: #fb9 !important;
    }

    .xl\:hocus\:u-bg-green--dark:hover,
    .xl\:hocus\:u-bg-green--dark:focus {
        background-color: #00e001 !important;
    }

    .xl\:hocus\:u-bg-green--light:hover,
    .xl\:hocus\:u-bg-green--light:focus {
        background-color: #1fff1f !important;
    }

    .xl\:hocus\:u-bg-navy--dark:hover,
    .xl\:hocus\:u-bg-navy--dark:focus {
        background-color: #000028 !important;
    }

    .xl\:hocus\:u-bg-navy--light:hover,
    .xl\:hocus\:u-bg-navy--light:focus {
        background-color: #000032 !important;
    }

    .xl\:hocus\:u-bg-navy-light--dark:hover,
    .xl\:hocus\:u-bg-navy-light--dark:focus {
        background-color: #121136 !important;
    }

    .xl\:hocus\:u-bg-navy-light--light:hover,
    .xl\:hocus\:u-bg-navy-light--light:focus {
        background-color: #161544 !important;
    }

    .xl\:hocus\:u-bg-navy-lighter--dark:hover,
    .xl\:hocus\:u-bg-navy-lighter--dark:focus {
        background-color: #383858 !important;
    }

    .xl\:hocus\:u-bg-navy-lighter--light:hover,
    .xl\:hocus\:u-bg-navy-lighter--light:focus {
        background-color: #484870 !important;
    }

    .xl\:hocus\:u-bg-navy-lightest--dark:hover,
    .xl\:hocus\:u-bg-navy-lightest--dark:focus {
        background-color: #66687e !important;
    }

    .xl\:hocus\:u-bg-navy-lightest--light:hover,
    .xl\:hocus\:u-bg-navy-lightest--light:focus {
        background-color: #85879d !important;
    }

    .xl\:hocus\:u-bg-navy-grey--dark:hover,
    .xl\:hocus\:u-bg-navy-grey--dark:focus {
        background-color: #292b4d !important;
    }

    .xl\:hocus\:u-bg-navy-grey--light:hover,
    .xl\:hocus\:u-bg-navy-grey--light:focus {
        background-color: #353763 !important;
    }

    .xl\:hocus\:u-bg-blue--dark:hover,
    .xl\:hocus\:u-bg-blue--dark:focus {
        background-color: #1200e0 !important;
    }

    .xl\:hocus\:u-bg-blue--light:hover,
    .xl\:hocus\:u-bg-blue--light:focus {
        background-color: #301dff !important;
    }

    .xl\:hocus\:u-bg-wild-sand--dark:hover,
    .xl\:hocus\:u-bg-wild-sand--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .xl\:hocus\:u-bg-wild-sand--light:hover,
    .xl\:hocus\:u-bg-wild-sand--light:focus {
        background-color: #fff !important;
    }

    .xl\:hocus\:u-bg-grey-light--dark:hover,
    .xl\:hocus\:u-bg-grey-light--dark:focus {
        background-color: #c0c0c0 !important;
    }

    .xl\:hocus\:u-bg-grey-light--light:hover,
    .xl\:hocus\:u-bg-grey-light--light:focus {
        background-color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-bg-grey-lighter--dark:hover,
    .xl\:hocus\:u-bg-grey-lighter--dark:focus {
        background-color: #d7d7d7 !important;
    }

    .xl\:hocus\:u-bg-grey-lighter--light:hover,
    .xl\:hocus\:u-bg-grey-lighter--light:focus {
        background-color: #fff !important;
    }

    .xl\:hocus\:u-bg-grey-lightest--dark:hover,
    .xl\:hocus\:u-bg-grey-lightest--dark:focus {
        background-color: #cedcea !important;
    }

    .xl\:hocus\:u-bg-grey-lightest--light:hover,
    .xl\:hocus\:u-bg-grey-lightest--light:focus {
        background-color: #fff !important;
    }

    .xl\:hocus\:u-bg-nav-border--dark:hover,
    .xl\:hocus\:u-bg-nav-border--dark:focus {
        background-color: #2c2c4a !important;
    }

    .xl\:hocus\:u-bg-nav-border--light:hover,
    .xl\:hocus\:u-bg-nav-border--light:focus {
        background-color: #38385e !important;
    }

    .xl\:hocus\:u-bg-silver--dark:hover,
    .xl\:hocus\:u-bg-silver--dark:focus {
        background-color: #a7a7a7 !important;
    }

    .xl\:hocus\:u-bg-silver--light:hover,
    .xl\:hocus\:u-bg-silver--light:focus {
        background-color: #d5d5d5 !important;
    }

    .xl\:hocus\:u-bg-red--dark:hover,
    .xl\:hocus\:u-bg-red--dark:focus {
        background-color: #e10100 !important;
    }

    .xl\:hocus\:u-bg-red--light:hover,
    .xl\:hocus\:u-bg-red--light:focus {
        background-color: #ff2120 !important;
    }

    .xl\:u-bg-bottom {
        background-position: bottom !important;
    }

    .xl\:u-bg-center {
        background-position: center !important;
    }

    .xl\:u-bg-left {
        background-position: left !important;
    }

    .xl\:u-bg-left-bottom {
        background-position: left bottom !important;
    }

    .xl\:u-bg-left-top {
        background-position: left top !important;
    }

    .xl\:u-bg-right {
        background-position: right !important;
    }

    .xl\:u-bg-right-bottom {
        background-position: right bottom !important;
    }

    .xl\:u-bg-right-top {
        background-position: right top !important;
    }

    .xl\:u-bg-top {
        background-position: top !important;
    }

    .xl\:u-bg-repeat {
        background-repeat: repeat !important;
    }

    .xl\:u-bg-no-repeat {
        background-repeat: no-repeat !important;
    }

    .xl\:u-bg-repeat-x {
        background-repeat: repeat-x !important;
    }

    .xl\:u-bg-repeat-y {
        background-repeat: repeat-y !important;
    }

    .xl\:u-bg-auto {
        background-size: auto !important;
    }

    .xl\:u-bg-cover {
        background-size: cover !important;
    }

    .xl\:u-bg-contain {
        background-size: contain !important;
    }

    .xl\:u-border-transparent {
        border-color: transparent !important;
    }

    .xl\:u-border-black {
        border-color: #05001e !important;
    }

    .xl\:u-border-white {
        border-color: #fff !important;
    }

    .xl\:u-border-yellow {
        border-color: #ffc700 !important;
    }

    .xl\:u-border-coral {
        border-color: #ff9e6d !important;
    }

    .xl\:u-border-green {
        border-color: #00ff01 !important;
    }

    .xl\:u-border-navy {
        border-color: #151716 !important;
    }

    .xl\:u-border-navy-light {
        border-color: #14133d !important;
    }

    .xl\:u-border-navy-lighter {
        border-color: #404064 !important;
    }

    .xl\:u-border-navy-lightest {
        border-color: #74768f !important;
    }

    .xl\:u-border-navy-grey {
        border-color: #2f3158 !important;
    }

    .xl\:u-border-blue {
        border-color: #1500fe !important;
    }

    .xl\:u-border-wild-sand {
        border-color: #f4f4f4 !important;
    }

    .xl\:u-border-grey-light {
        border-color: #dadada !important;
    }

    .xl\:u-border-grey-lighter {
        border-color: #f4f4f4 !important;
    }

    .xl\:u-border-grey-lightest {
        border-color: #f8fafc !important;
    }

    .xl\:u-border-nav-border {
        border-color: #323254 !important;
    }

    .xl\:u-border-silver {
        border-color: #bebebe !important;
    }

    .xl\:u-border-red {
        border-color: #ff0201 !important;
    }

    .xl\:u-border-black--dark {
        border-color: #04001a !important;
    }

    .xl\:u-border-black--light {
        border-color: #060022 !important;
    }

    .xl\:u-border-white--dark {
        border-color: #e0e0e0 !important;
    }

    .xl\:u-border-white--light {
        border-color: #fff !important;
    }

    .xl\:u-border-yellow--dark {
        border-color: #e0af00 !important;
    }

    .xl\:u-border-yellow--light {
        border-color: #ffce1f !important;
    }

    .xl\:u-border-coral--dark {
        border-color: #ff8141 !important;
    }

    .xl\:u-border-coral--light {
        border-color: #fb9 !important;
    }

    .xl\:u-border-green--dark {
        border-color: #00e001 !important;
    }

    .xl\:u-border-green--light {
        border-color: #1fff1f !important;
    }

    .xl\:u-border-navy--dark {
        border-color: #000028 !important;
    }

    .xl\:u-border-navy--light {
        border-color: #000032 !important;
    }

    .xl\:u-border-navy-light--dark {
        border-color: #121136 !important;
    }

    .xl\:u-border-navy-light--light {
        border-color: #161544 !important;
    }

    .xl\:u-border-navy-lighter--dark {
        border-color: #383858 !important;
    }

    .xl\:u-border-navy-lighter--light {
        border-color: #484870 !important;
    }

    .xl\:u-border-navy-lightest--dark {
        border-color: #66687e !important;
    }

    .xl\:u-border-navy-lightest--light {
        border-color: #85879d !important;
    }

    .xl\:u-border-navy-grey--dark {
        border-color: #292b4d !important;
    }

    .xl\:u-border-navy-grey--light {
        border-color: #353763 !important;
    }

    .xl\:u-border-blue--dark {
        border-color: #1200e0 !important;
    }

    .xl\:u-border-blue--light {
        border-color: #301dff !important;
    }

    .xl\:u-border-wild-sand--dark {
        border-color: #d7d7d7 !important;
    }

    .xl\:u-border-wild-sand--light {
        border-color: #fff !important;
    }

    .xl\:u-border-grey-light--dark {
        border-color: #c0c0c0 !important;
    }

    .xl\:u-border-grey-light--light {
        border-color: #f4f4f4 !important;
    }

    .xl\:u-border-grey-lighter--dark {
        border-color: #d7d7d7 !important;
    }

    .xl\:u-border-grey-lighter--light {
        border-color: #fff !important;
    }

    .xl\:u-border-grey-lightest--dark {
        border-color: #cedcea !important;
    }

    .xl\:u-border-grey-lightest--light {
        border-color: #fff !important;
    }

    .xl\:u-border-nav-border--dark {
        border-color: #2c2c4a !important;
    }

    .xl\:u-border-nav-border--light {
        border-color: #38385e !important;
    }

    .xl\:u-border-silver--dark {
        border-color: #a7a7a7 !important;
    }

    .xl\:u-border-silver--light {
        border-color: #d5d5d5 !important;
    }

    .xl\:u-border-red--dark {
        border-color: #e10100 !important;
    }

    .xl\:u-border-red--light {
        border-color: #ff2120 !important;
    }

    .xl\:hover\:u-border-transparent:hover {
        border-color: transparent !important;
    }

    .xl\:hover\:u-border-black:hover {
        border-color: #05001e !important;
    }

    .xl\:hover\:u-border-white:hover {
        border-color: #fff !important;
    }

    .xl\:hover\:u-border-yellow:hover {
        border-color: #ffc700 !important;
    }

    .xl\:hover\:u-border-coral:hover {
        border-color: #ff9e6d !important;
    }

    .xl\:hover\:u-border-green:hover {
        border-color: #00ff01 !important;
    }

    .xl\:hover\:u-border-navy:hover {
        border-color: #151716 !important;
    }

    .xl\:hover\:u-border-navy-light:hover {
        border-color: #14133d !important;
    }

    .xl\:hover\:u-border-navy-lighter:hover {
        border-color: #404064 !important;
    }

    .xl\:hover\:u-border-navy-lightest:hover {
        border-color: #74768f !important;
    }

    .xl\:hover\:u-border-navy-grey:hover {
        border-color: #2f3158 !important;
    }

    .xl\:hover\:u-border-blue:hover {
        border-color: #1500fe !important;
    }

    .xl\:hover\:u-border-wild-sand:hover {
        border-color: #f4f4f4 !important;
    }

    .xl\:hover\:u-border-grey-light:hover {
        border-color: #dadada !important;
    }

    .xl\:hover\:u-border-grey-lighter:hover {
        border-color: #f4f4f4 !important;
    }

    .xl\:hover\:u-border-grey-lightest:hover {
        border-color: #f8fafc !important;
    }

    .xl\:hover\:u-border-nav-border:hover {
        border-color: #323254 !important;
    }

    .xl\:hover\:u-border-silver:hover {
        border-color: #bebebe !important;
    }

    .xl\:hover\:u-border-red:hover {
        border-color: #ff0201 !important;
    }

    .xl\:hover\:u-border-black--dark:hover {
        border-color: #04001a !important;
    }

    .xl\:hover\:u-border-black--light:hover {
        border-color: #060022 !important;
    }

    .xl\:hover\:u-border-white--dark:hover {
        border-color: #e0e0e0 !important;
    }

    .xl\:hover\:u-border-white--light:hover {
        border-color: #fff !important;
    }

    .xl\:hover\:u-border-yellow--dark:hover {
        border-color: #e0af00 !important;
    }

    .xl\:hover\:u-border-yellow--light:hover {
        border-color: #ffce1f !important;
    }

    .xl\:hover\:u-border-coral--dark:hover {
        border-color: #ff8141 !important;
    }

    .xl\:hover\:u-border-coral--light:hover {
        border-color: #fb9 !important;
    }

    .xl\:hover\:u-border-green--dark:hover {
        border-color: #00e001 !important;
    }

    .xl\:hover\:u-border-green--light:hover {
        border-color: #1fff1f !important;
    }

    .xl\:hover\:u-border-navy--dark:hover {
        border-color: #000028 !important;
    }

    .xl\:hover\:u-border-navy--light:hover {
        border-color: #000032 !important;
    }

    .xl\:hover\:u-border-navy-light--dark:hover {
        border-color: #121136 !important;
    }

    .xl\:hover\:u-border-navy-light--light:hover {
        border-color: #161544 !important;
    }

    .xl\:hover\:u-border-navy-lighter--dark:hover {
        border-color: #383858 !important;
    }

    .xl\:hover\:u-border-navy-lighter--light:hover {
        border-color: #484870 !important;
    }

    .xl\:hover\:u-border-navy-lightest--dark:hover {
        border-color: #66687e !important;
    }

    .xl\:hover\:u-border-navy-lightest--light:hover {
        border-color: #85879d !important;
    }

    .xl\:hover\:u-border-navy-grey--dark:hover {
        border-color: #292b4d !important;
    }

    .xl\:hover\:u-border-navy-grey--light:hover {
        border-color: #353763 !important;
    }

    .xl\:hover\:u-border-blue--dark:hover {
        border-color: #1200e0 !important;
    }

    .xl\:hover\:u-border-blue--light:hover {
        border-color: #301dff !important;
    }

    .xl\:hover\:u-border-wild-sand--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .xl\:hover\:u-border-wild-sand--light:hover {
        border-color: #fff !important;
    }

    .xl\:hover\:u-border-grey-light--dark:hover {
        border-color: #c0c0c0 !important;
    }

    .xl\:hover\:u-border-grey-light--light:hover {
        border-color: #f4f4f4 !important;
    }

    .xl\:hover\:u-border-grey-lighter--dark:hover {
        border-color: #d7d7d7 !important;
    }

    .xl\:hover\:u-border-grey-lighter--light:hover {
        border-color: #fff !important;
    }

    .xl\:hover\:u-border-grey-lightest--dark:hover {
        border-color: #cedcea !important;
    }

    .xl\:hover\:u-border-grey-lightest--light:hover {
        border-color: #fff !important;
    }

    .xl\:hover\:u-border-nav-border--dark:hover {
        border-color: #2c2c4a !important;
    }

    .xl\:hover\:u-border-nav-border--light:hover {
        border-color: #38385e !important;
    }

    .xl\:hover\:u-border-silver--dark:hover {
        border-color: #a7a7a7 !important;
    }

    .xl\:hover\:u-border-silver--light:hover {
        border-color: #d5d5d5 !important;
    }

    .xl\:hover\:u-border-red--dark:hover {
        border-color: #e10100 !important;
    }

    .xl\:hover\:u-border-red--light:hover {
        border-color: #ff2120 !important;
    }

    .xl\:focus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .xl\:focus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .xl\:focus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .xl\:focus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .xl\:focus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .xl\:focus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .xl\:focus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .xl\:focus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .xl\:focus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .xl\:focus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .xl\:focus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .xl\:focus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .xl\:focus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .xl\:focus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .xl\:focus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .xl\:focus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .xl\:focus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .xl\:focus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .xl\:focus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .xl\:focus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .xl\:focus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .xl\:focus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .xl\:focus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .xl\:focus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .xl\:focus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .xl\:focus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .xl\:focus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .xl\:focus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .xl\:focus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .xl\:focus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .xl\:focus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .xl\:focus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .xl\:focus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .xl\:focus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .xl\:focus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .xl\:focus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .xl\:focus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .xl\:focus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .xl\:focus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .xl\:focus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .xl\:focus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .xl\:focus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .xl\:focus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .xl\:focus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .xl\:focus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .xl\:focus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .xl\:focus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .xl\:focus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .xl\:focus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .xl\:focus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .xl\:focus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .xl\:focus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .xl\:focus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .xl\:focus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .xl\:focus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .xl\:hocus\:u-border-transparent:hover,
    .xl\:hocus\:u-border-transparent:focus {
        border-color: transparent !important;
    }

    .xl\:hocus\:u-border-black:hover,
    .xl\:hocus\:u-border-black:focus {
        border-color: #05001e !important;
    }

    .xl\:hocus\:u-border-white:hover,
    .xl\:hocus\:u-border-white:focus {
        border-color: #fff !important;
    }

    .xl\:hocus\:u-border-yellow:hover,
    .xl\:hocus\:u-border-yellow:focus {
        border-color: #ffc700 !important;
    }

    .xl\:hocus\:u-border-coral:hover,
    .xl\:hocus\:u-border-coral:focus {
        border-color: #ff9e6d !important;
    }

    .xl\:hocus\:u-border-green:hover,
    .xl\:hocus\:u-border-green:focus {
        border-color: #00ff01 !important;
    }

    .xl\:hocus\:u-border-navy:hover,
    .xl\:hocus\:u-border-navy:focus {
        border-color: #151716 !important;
    }

    .xl\:hocus\:u-border-navy-light:hover,
    .xl\:hocus\:u-border-navy-light:focus {
        border-color: #14133d !important;
    }

    .xl\:hocus\:u-border-navy-lighter:hover,
    .xl\:hocus\:u-border-navy-lighter:focus {
        border-color: #404064 !important;
    }

    .xl\:hocus\:u-border-navy-lightest:hover,
    .xl\:hocus\:u-border-navy-lightest:focus {
        border-color: #74768f !important;
    }

    .xl\:hocus\:u-border-navy-grey:hover,
    .xl\:hocus\:u-border-navy-grey:focus {
        border-color: #2f3158 !important;
    }

    .xl\:hocus\:u-border-blue:hover,
    .xl\:hocus\:u-border-blue:focus {
        border-color: #1500fe !important;
    }

    .xl\:hocus\:u-border-wild-sand:hover,
    .xl\:hocus\:u-border-wild-sand:focus {
        border-color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-border-grey-light:hover,
    .xl\:hocus\:u-border-grey-light:focus {
        border-color: #dadada !important;
    }

    .xl\:hocus\:u-border-grey-lighter:hover,
    .xl\:hocus\:u-border-grey-lighter:focus {
        border-color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-border-grey-lightest:hover,
    .xl\:hocus\:u-border-grey-lightest:focus {
        border-color: #f8fafc !important;
    }

    .xl\:hocus\:u-border-nav-border:hover,
    .xl\:hocus\:u-border-nav-border:focus {
        border-color: #323254 !important;
    }

    .xl\:hocus\:u-border-silver:hover,
    .xl\:hocus\:u-border-silver:focus {
        border-color: #bebebe !important;
    }

    .xl\:hocus\:u-border-red:hover,
    .xl\:hocus\:u-border-red:focus {
        border-color: #ff0201 !important;
    }

    .xl\:hocus\:u-border-black--dark:hover,
    .xl\:hocus\:u-border-black--dark:focus {
        border-color: #04001a !important;
    }

    .xl\:hocus\:u-border-black--light:hover,
    .xl\:hocus\:u-border-black--light:focus {
        border-color: #060022 !important;
    }

    .xl\:hocus\:u-border-white--dark:hover,
    .xl\:hocus\:u-border-white--dark:focus {
        border-color: #e0e0e0 !important;
    }

    .xl\:hocus\:u-border-white--light:hover,
    .xl\:hocus\:u-border-white--light:focus {
        border-color: #fff !important;
    }

    .xl\:hocus\:u-border-yellow--dark:hover,
    .xl\:hocus\:u-border-yellow--dark:focus {
        border-color: #e0af00 !important;
    }

    .xl\:hocus\:u-border-yellow--light:hover,
    .xl\:hocus\:u-border-yellow--light:focus {
        border-color: #ffce1f !important;
    }

    .xl\:hocus\:u-border-coral--dark:hover,
    .xl\:hocus\:u-border-coral--dark:focus {
        border-color: #ff8141 !important;
    }

    .xl\:hocus\:u-border-coral--light:hover,
    .xl\:hocus\:u-border-coral--light:focus {
        border-color: #fb9 !important;
    }

    .xl\:hocus\:u-border-green--dark:hover,
    .xl\:hocus\:u-border-green--dark:focus {
        border-color: #00e001 !important;
    }

    .xl\:hocus\:u-border-green--light:hover,
    .xl\:hocus\:u-border-green--light:focus {
        border-color: #1fff1f !important;
    }

    .xl\:hocus\:u-border-navy--dark:hover,
    .xl\:hocus\:u-border-navy--dark:focus {
        border-color: #000028 !important;
    }

    .xl\:hocus\:u-border-navy--light:hover,
    .xl\:hocus\:u-border-navy--light:focus {
        border-color: #000032 !important;
    }

    .xl\:hocus\:u-border-navy-light--dark:hover,
    .xl\:hocus\:u-border-navy-light--dark:focus {
        border-color: #121136 !important;
    }

    .xl\:hocus\:u-border-navy-light--light:hover,
    .xl\:hocus\:u-border-navy-light--light:focus {
        border-color: #161544 !important;
    }

    .xl\:hocus\:u-border-navy-lighter--dark:hover,
    .xl\:hocus\:u-border-navy-lighter--dark:focus {
        border-color: #383858 !important;
    }

    .xl\:hocus\:u-border-navy-lighter--light:hover,
    .xl\:hocus\:u-border-navy-lighter--light:focus {
        border-color: #484870 !important;
    }

    .xl\:hocus\:u-border-navy-lightest--dark:hover,
    .xl\:hocus\:u-border-navy-lightest--dark:focus {
        border-color: #66687e !important;
    }

    .xl\:hocus\:u-border-navy-lightest--light:hover,
    .xl\:hocus\:u-border-navy-lightest--light:focus {
        border-color: #85879d !important;
    }

    .xl\:hocus\:u-border-navy-grey--dark:hover,
    .xl\:hocus\:u-border-navy-grey--dark:focus {
        border-color: #292b4d !important;
    }

    .xl\:hocus\:u-border-navy-grey--light:hover,
    .xl\:hocus\:u-border-navy-grey--light:focus {
        border-color: #353763 !important;
    }

    .xl\:hocus\:u-border-blue--dark:hover,
    .xl\:hocus\:u-border-blue--dark:focus {
        border-color: #1200e0 !important;
    }

    .xl\:hocus\:u-border-blue--light:hover,
    .xl\:hocus\:u-border-blue--light:focus {
        border-color: #301dff !important;
    }

    .xl\:hocus\:u-border-wild-sand--dark:hover,
    .xl\:hocus\:u-border-wild-sand--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .xl\:hocus\:u-border-wild-sand--light:hover,
    .xl\:hocus\:u-border-wild-sand--light:focus {
        border-color: #fff !important;
    }

    .xl\:hocus\:u-border-grey-light--dark:hover,
    .xl\:hocus\:u-border-grey-light--dark:focus {
        border-color: #c0c0c0 !important;
    }

    .xl\:hocus\:u-border-grey-light--light:hover,
    .xl\:hocus\:u-border-grey-light--light:focus {
        border-color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-border-grey-lighter--dark:hover,
    .xl\:hocus\:u-border-grey-lighter--dark:focus {
        border-color: #d7d7d7 !important;
    }

    .xl\:hocus\:u-border-grey-lighter--light:hover,
    .xl\:hocus\:u-border-grey-lighter--light:focus {
        border-color: #fff !important;
    }

    .xl\:hocus\:u-border-grey-lightest--dark:hover,
    .xl\:hocus\:u-border-grey-lightest--dark:focus {
        border-color: #cedcea !important;
    }

    .xl\:hocus\:u-border-grey-lightest--light:hover,
    .xl\:hocus\:u-border-grey-lightest--light:focus {
        border-color: #fff !important;
    }

    .xl\:hocus\:u-border-nav-border--dark:hover,
    .xl\:hocus\:u-border-nav-border--dark:focus {
        border-color: #2c2c4a !important;
    }

    .xl\:hocus\:u-border-nav-border--light:hover,
    .xl\:hocus\:u-border-nav-border--light:focus {
        border-color: #38385e !important;
    }

    .xl\:hocus\:u-border-silver--dark:hover,
    .xl\:hocus\:u-border-silver--dark:focus {
        border-color: #a7a7a7 !important;
    }

    .xl\:hocus\:u-border-silver--light:hover,
    .xl\:hocus\:u-border-silver--light:focus {
        border-color: #d5d5d5 !important;
    }

    .xl\:hocus\:u-border-red--dark:hover,
    .xl\:hocus\:u-border-red--dark:focus {
        border-color: #e10100 !important;
    }

    .xl\:hocus\:u-border-red--light:hover,
    .xl\:hocus\:u-border-red--light:focus {
        border-color: #ff2120 !important;
    }

    .xl\:u-rounded-none {
        border-radius: 0 !important;
    }

    .xl\:u-rounded-sm {
        border-radius: .125rem !important;
    }

    .xl\:u-rounded {
        border-radius: .25rem !important;
    }

    .xl\:u-rounded-lg {
        border-radius: .5rem !important;
    }

    .xl\:u-rounded-full {
        border-radius: 9999px !important;
    }

    .xl\:u-rounded-t-none {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .xl\:u-rounded-r-none {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .xl\:u-rounded-b-none {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .xl\:u-rounded-l-none {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .xl\:u-rounded-t-sm {
        border-top-left-radius: .125rem !important;
        border-top-right-radius: .125rem !important;
    }

    .xl\:u-rounded-r-sm {
        border-top-right-radius: .125rem !important;
        border-bottom-right-radius: .125rem !important;
    }

    .xl\:u-rounded-b-sm {
        border-bottom-right-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .xl\:u-rounded-l-sm {
        border-top-left-radius: .125rem !important;
        border-bottom-left-radius: .125rem !important;
    }

    .xl\:u-rounded-t {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
    }

    .xl\:u-rounded-r {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }

    .xl\:u-rounded-b {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .xl\:u-rounded-l {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .xl\:u-rounded-t-lg {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important;
    }

    .xl\:u-rounded-r-lg {
        border-top-right-radius: .5rem !important;
        border-bottom-right-radius: .5rem !important;
    }

    .xl\:u-rounded-b-lg {
        border-bottom-right-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .xl\:u-rounded-l-lg {
        border-top-left-radius: .5rem !important;
        border-bottom-left-radius: .5rem !important;
    }

    .xl\:u-rounded-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .xl\:u-rounded-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .xl\:u-rounded-b-full {
        border-bottom-right-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .xl\:u-rounded-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    .xl\:u-rounded-tl-none {
        border-top-left-radius: 0 !important;
    }

    .xl\:u-rounded-tr-none {
        border-top-right-radius: 0 !important;
    }

    .xl\:u-rounded-br-none {
        border-bottom-right-radius: 0 !important;
    }

    .xl\:u-rounded-bl-none {
        border-bottom-left-radius: 0 !important;
    }

    .xl\:u-rounded-tl-sm {
        border-top-left-radius: .125rem !important;
    }

    .xl\:u-rounded-tr-sm {
        border-top-right-radius: .125rem !important;
    }

    .xl\:u-rounded-br-sm {
        border-bottom-right-radius: .125rem !important;
    }

    .xl\:u-rounded-bl-sm {
        border-bottom-left-radius: .125rem !important;
    }

    .xl\:u-rounded-tl {
        border-top-left-radius: .25rem !important;
    }

    .xl\:u-rounded-tr {
        border-top-right-radius: .25rem !important;
    }

    .xl\:u-rounded-br {
        border-bottom-right-radius: .25rem !important;
    }

    .xl\:u-rounded-bl {
        border-bottom-left-radius: .25rem !important;
    }

    .xl\:u-rounded-tl-lg {
        border-top-left-radius: .5rem !important;
    }

    .xl\:u-rounded-tr-lg {
        border-top-right-radius: .5rem !important;
    }

    .xl\:u-rounded-br-lg {
        border-bottom-right-radius: .5rem !important;
    }

    .xl\:u-rounded-bl-lg {
        border-bottom-left-radius: .5rem !important;
    }

    .xl\:u-rounded-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .xl\:u-rounded-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .xl\:u-rounded-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .xl\:u-rounded-bl-full {
        border-bottom-left-radius: 9999px !important;
    }

    .xl\:u-border-solid {
        border-style: solid !important;
    }

    .xl\:u-border-dashed {
        border-style: dashed !important;
    }

    .xl\:u-border-dotted {
        border-style: dotted !important;
    }

    .xl\:u-border-none {
        border-style: none !important;
    }

    .xl\:u-border-0 {
        border-width: 0 !important;
    }

    .xl\:u-border-2 {
        border-width: 2px !important;
    }

    .xl\:u-border-3 {
        border-width: 3px !important;
    }

    .xl\:u-border-4 {
        border-width: 4px !important;
    }

    .xl\:u-border-8 {
        border-width: 8px !important;
    }

    .xl\:u-border {
        border-width: 1px !important;
    }

    .xl\:u-border-t-0 {
        border-top-width: 0 !important;
    }

    .xl\:u-border-r-0 {
        border-right-width: 0 !important;
    }

    .xl\:u-border-b-0 {
        border-bottom-width: 0 !important;
    }

    .xl\:u-border-l-0 {
        border-left-width: 0 !important;
    }

    .xl\:u-border-t-2 {
        border-top-width: 2px !important;
    }

    .xl\:u-border-r-2 {
        border-right-width: 2px !important;
    }

    .xl\:u-border-b-2 {
        border-bottom-width: 2px !important;
    }

    .xl\:u-border-l-2 {
        border-left-width: 2px !important;
    }

    .xl\:u-border-t-3 {
        border-top-width: 3px !important;
    }

    .xl\:u-border-r-3 {
        border-right-width: 3px !important;
    }

    .xl\:u-border-b-3 {
        border-bottom-width: 3px !important;
    }

    .xl\:u-border-l-3 {
        border-left-width: 3px !important;
    }

    .xl\:u-border-t-4 {
        border-top-width: 4px !important;
    }

    .xl\:u-border-r-4 {
        border-right-width: 4px !important;
    }

    .xl\:u-border-b-4 {
        border-bottom-width: 4px !important;
    }

    .xl\:u-border-l-4 {
        border-left-width: 4px !important;
    }

    .xl\:u-border-t-8 {
        border-top-width: 8px !important;
    }

    .xl\:u-border-r-8 {
        border-right-width: 8px !important;
    }

    .xl\:u-border-b-8 {
        border-bottom-width: 8px !important;
    }

    .xl\:u-border-l-8 {
        border-left-width: 8px !important;
    }

    .xl\:u-border-t {
        border-top-width: 1px !important;
    }

    .xl\:u-border-r {
        border-right-width: 1px !important;
    }

    .xl\:u-border-b {
        border-bottom-width: 1px !important;
    }

    .xl\:u-border-l {
        border-left-width: 1px !important;
    }

    .xl\:u-cursor-auto {
        cursor: auto !important;
    }

    .xl\:u-cursor-default {
        cursor: default !important;
    }

    .xl\:u-cursor-pointer {
        cursor: pointer !important;
    }

    .xl\:u-cursor-wait {
        cursor: wait !important;
    }

    .xl\:u-cursor-move {
        cursor: move !important;
    }

    .xl\:u-cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .xl\:u-block {
        display: block !important;
    }

    .xl\:u-inline-block {
        display: inline-block !important;
    }

    .xl\:u-inline {
        display: inline !important;
    }

    .xl\:u-table {
        display: table !important;
    }

    .xl\:u-table-row {
        display: table-row !important;
    }

    .xl\:u-table-cell {
        display: table-cell !important;
    }

    .xl\:u-hidden {
        display: none !important;
    }

    .xl\:u-flex {
        display: flex !important;
    }

    .xl\:u-inline-flex {
        display: inline-flex !important;
    }

    .xl\:u-flex-row {
        flex-direction: row !important;
    }

    .xl\:u-flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .xl\:u-flex-col {
        flex-direction: column !important;
    }

    .xl\:u-flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .xl\:u-flex-wrap {
        flex-wrap: wrap !important;
    }

    .xl\:u-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .xl\:u-flex-no-wrap {
        flex-wrap: nowrap !important;
    }

    .xl\:u-items-start {
        align-items: flex-start !important;
    }

    .xl\:u-items-end {
        align-items: flex-end !important;
    }

    .xl\:u-items-center {
        align-items: center !important;
    }

    .xl\:u-items-baseline {
        align-items: baseline !important;
    }

    .xl\:u-items-stretch {
        align-items: stretch !important;
    }

    .xl\:u-self-auto {
        align-self: auto !important;
    }

    .xl\:u-self-start {
        align-self: flex-start !important;
    }

    .xl\:u-self-end {
        align-self: flex-end !important;
    }

    .xl\:u-self-center {
        align-self: center !important;
    }

    .xl\:u-self-stretch {
        align-self: stretch !important;
    }

    .xl\:u-justify-start {
        justify-content: flex-start !important;
    }

    .xl\:u-justify-end {
        justify-content: flex-end !important;
    }

    .xl\:u-justify-center {
        justify-content: center !important;
    }

    .xl\:u-justify-between {
        justify-content: space-between !important;
    }

    .xl\:u-justify-around {
        justify-content: space-around !important;
    }

    .xl\:u-content-center {
        align-content: center !important;
    }

    .xl\:u-content-start {
        align-content: flex-start !important;
    }

    .xl\:u-content-end {
        align-content: flex-end !important;
    }

    .xl\:u-content-between {
        align-content: space-between !important;
    }

    .xl\:u-content-around {
        align-content: space-around !important;
    }

    .xl\:u-flex-1 {
        flex: 1 1 0% !important;
    }

    .xl\:u-flex-auto {
        flex: 1 1 auto !important;
    }

    .xl\:u-flex-initial {
        flex: 0 1 auto !important;
    }

    .xl\:u-flex-none {
        flex: none !important;
    }

    .xl\:u-flex-grow {
        flex-grow: 1 !important;
    }

    .xl\:u-flex-shrink {
        flex-shrink: 1 !important;
    }

    .xl\:u-flex-no-grow {
        flex-grow: 0 !important;
    }

    .xl\:u-flex-no-shrink {
        flex-shrink: 0 !important;
    }

    .xl\:u-float-right {
        float: right !important;
    }

    .xl\:u-float-left {
        float: left !important;
    }

    .xl\:u-float-none {
        float: none !important;
    }

    .xl\:u-clearfix:after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }

    .xl\:u-font-sans {
        font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    }

    .xl\:u-font-serif {
        font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
    }

    .xl\:u-font-mono {
        font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    }

    .xl\:u-font-lemur {
        font-family: Lemur, Helvetica, sans-serif !important;
    }

    .xl\:u-font-gilroy {
        font-family: Gilroy, Helvetica, sans-serif !important;
    }

    .xl\:u-font-hairline {
        font-weight: 100 !important;
    }

    .xl\:u-font-thin {
        font-weight: 200 !important;
    }

    .xl\:u-font-light {
        font-weight: 300 !important;
    }

    .xl\:u-font-normal {
        font-weight: 400 !important;
    }

    .xl\:u-font-medium {
        font-weight: 500 !important;
    }

    .xl\:u-font-semibold {
        font-weight: 600 !important;
    }

    .xl\:u-font-bold {
        font-weight: 700 !important;
    }

    .xl\:u-font-extrabold {
        font-weight: 800 !important;
    }

    .xl\:u-font-black {
        font-weight: 900 !important;
    }

    .xl\:hover\:u-font-hairline:hover {
        font-weight: 100 !important;
    }

    .xl\:hover\:u-font-thin:hover {
        font-weight: 200 !important;
    }

    .xl\:hover\:u-font-light:hover {
        font-weight: 300 !important;
    }

    .xl\:hover\:u-font-normal:hover {
        font-weight: 400 !important;
    }

    .xl\:hover\:u-font-medium:hover {
        font-weight: 500 !important;
    }

    .xl\:hover\:u-font-semibold:hover {
        font-weight: 600 !important;
    }

    .xl\:hover\:u-font-bold:hover {
        font-weight: 700 !important;
    }

    .xl\:hover\:u-font-extrabold:hover {
        font-weight: 800 !important;
    }

    .xl\:hover\:u-font-black:hover {
        font-weight: 900 !important;
    }

    .xl\:focus\:u-font-hairline:focus {
        font-weight: 100 !important;
    }

    .xl\:focus\:u-font-thin:focus {
        font-weight: 200 !important;
    }

    .xl\:focus\:u-font-light:focus {
        font-weight: 300 !important;
    }

    .xl\:focus\:u-font-normal:focus {
        font-weight: 400 !important;
    }

    .xl\:focus\:u-font-medium:focus {
        font-weight: 500 !important;
    }

    .xl\:focus\:u-font-semibold:focus {
        font-weight: 600 !important;
    }

    .xl\:focus\:u-font-bold:focus {
        font-weight: 700 !important;
    }

    .xl\:focus\:u-font-extrabold:focus {
        font-weight: 800 !important;
    }

    .xl\:focus\:u-font-black:focus {
        font-weight: 900 !important;
    }

    .xl\:u-h-0 {
        height: 0 !important;
    }

    .xl\:u-h-1 {
        height: .25rem !important;
    }

    .xl\:u-h-2 {
        height: .5rem !important;
    }

    .xl\:u-h-3 {
        height: .75rem !important;
    }

    .xl\:u-h-4 {
        height: 1rem !important;
    }

    .xl\:u-h-5 {
        height: 1.25rem !important;
    }

    .xl\:u-h-6 {
        height: 1.5rem !important;
    }

    .xl\:u-h-8 {
        height: 2rem !important;
    }

    .xl\:u-h-10 {
        height: 2.5rem !important;
    }

    .xl\:u-h-12 {
        height: 3rem !important;
    }

    .xl\:u-h-16 {
        height: 4rem !important;
    }

    .xl\:u-h-24 {
        height: 6rem !important;
    }

    .xl\:u-h-32 {
        height: 8rem !important;
    }

    .xl\:u-h-48 {
        height: 12rem !important;
    }

    .xl\:u-h-64 {
        height: 16rem !important;
    }

    .xl\:u-h-auto {
        height: auto !important;
    }

    .xl\:u-h-px {
        height: 1px !important;
    }

    .xl\:u-h-full {
        height: 100% !important;
    }

    .xl\:u-h-screen {
        height: 100vh !important;
    }

    .xl\:u-leading-none {
        line-height: 1 !important;
    }

    .xl\:u-leading-tight {
        line-height: 1.25 !important;
    }

    .xl\:u-leading-normal {
        line-height: 1.5 !important;
    }

    .xl\:u-leading-loose {
        line-height: 2 !important;
    }

    .xl\:u-m-0 {
        margin: 0 !important;
    }

    .xl\:u-m-1 {
        margin: .25rem !important;
    }

    .xl\:u-m-2 {
        margin: .5rem !important;
    }

    .xl\:u-m-3 {
        margin: .75rem !important;
    }

    .xl\:u-m-4 {
        margin: 1rem !important;
    }

    .xl\:u-m-5 {
        margin: 1.25rem !important;
    }

    .xl\:u-m-6 {
        margin: 1.5rem !important;
    }

    .xl\:u-m-8 {
        margin: 2rem !important;
    }

    .xl\:u-m-10 {
        margin: 2.5rem !important;
    }

    .xl\:u-m-12 {
        margin: 3rem !important;
    }

    .xl\:u-m-16 {
        margin: 4rem !important;
    }

    .xl\:u-m-20 {
        margin: 5rem !important;
    }

    .xl\:u-m-24 {
        margin: 6rem !important;
    }

    .xl\:u-m-32 {
        margin: 8rem !important;
    }

    .xl\:u-m-40 {
        margin: 10rem !important;
    }

    .xl\:u-m-72 {
        margin: 18rem !important;
    }

    .xl\:u-m-auto {
        margin: auto !important;
    }

    .xl\:u-m-px {
        margin: 1px !important;
    }

    .xl\:u-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .xl\:u-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xl\:u-my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .xl\:u-mx-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important;
    }

    .xl\:u-my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .xl\:u-mx-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .xl\:u-my-3 {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important;
    }

    .xl\:u-mx-3 {
        margin-left: .75rem !important;
        margin-right: .75rem !important;
    }

    .xl\:u-my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .xl\:u-mx-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .xl\:u-my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .xl\:u-mx-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .xl\:u-my-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .xl\:u-mx-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .xl\:u-my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .xl\:u-mx-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .xl\:u-my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .xl\:u-mx-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .xl\:u-my-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .xl\:u-mx-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .xl\:u-my-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .xl\:u-mx-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .xl\:u-my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .xl\:u-mx-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .xl\:u-my-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .xl\:u-mx-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .xl\:u-my-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .xl\:u-mx-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .xl\:u-my-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .xl\:u-mx-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .xl\:u-my-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .xl\:u-mx-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .xl\:u-my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .xl\:u-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .xl\:u-my-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .xl\:u-mx-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .xl\:u-mt-0 {
        margin-top: 0 !important;
    }

    .xl\:u-mr-0 {
        margin-right: 0 !important;
    }

    .xl\:u-mb-0 {
        margin-bottom: 0 !important;
    }

    .xl\:u-ml-0 {
        margin-left: 0 !important;
    }

    .xl\:u-mt-1 {
        margin-top: .25rem !important;
    }

    .xl\:u-mr-1 {
        margin-right: .25rem !important;
    }

    .xl\:u-mb-1 {
        margin-bottom: .25rem !important;
    }

    .xl\:u-ml-1 {
        margin-left: .25rem !important;
    }

    .xl\:u-mt-2 {
        margin-top: .5rem !important;
    }

    .xl\:u-mr-2 {
        margin-right: .5rem !important;
    }

    .xl\:u-mb-2 {
        margin-bottom: .5rem !important;
    }

    .xl\:u-ml-2 {
        margin-left: .5rem !important;
    }

    .xl\:u-mt-3 {
        margin-top: .75rem !important;
    }

    .xl\:u-mr-3 {
        margin-right: .75rem !important;
    }

    .xl\:u-mb-3 {
        margin-bottom: .75rem !important;
    }

    .xl\:u-ml-3 {
        margin-left: .75rem !important;
    }

    .xl\:u-mt-4 {
        margin-top: 1rem !important;
    }

    .xl\:u-mr-4 {
        margin-right: 1rem !important;
    }

    .xl\:u-mb-4 {
        margin-bottom: 1rem !important;
    }

    .xl\:u-ml-4 {
        margin-left: 1rem !important;
    }

    .xl\:u-mt-5 {
        margin-top: 1.25rem !important;
    }

    .xl\:u-mr-5 {
        margin-right: 1.25rem !important;
    }

    .xl\:u-mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .xl\:u-ml-5 {
        margin-left: 1.25rem !important;
    }

    .xl\:u-mt-6 {
        margin-top: 1.5rem !important;
    }

    .xl\:u-mr-6 {
        margin-right: 1.5rem !important;
    }

    .xl\:u-mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .xl\:u-ml-6 {
        margin-left: 1.5rem !important;
    }

    .xl\:u-mt-8 {
        margin-top: 2rem !important;
    }

    .xl\:u-mr-8 {
        margin-right: 2rem !important;
    }

    .xl\:u-mb-8 {
        margin-bottom: 2rem !important;
    }

    .xl\:u-ml-8 {
        margin-left: 2rem !important;
    }

    .xl\:u-mt-10 {
        margin-top: 2.5rem !important;
    }

    .xl\:u-mr-10 {
        margin-right: 2.5rem !important;
    }

    .xl\:u-mb-10 {
        margin-bottom: 2.5rem !important;
    }

    .xl\:u-ml-10 {
        margin-left: 2.5rem !important;
    }

    .xl\:u-mt-12 {
        margin-top: 3rem !important;
    }

    .xl\:u-mr-12 {
        margin-right: 3rem !important;
    }

    .xl\:u-mb-12 {
        margin-bottom: 3rem !important;
    }

    .xl\:u-ml-12 {
        margin-left: 3rem !important;
    }

    .xl\:u-mt-16 {
        margin-top: 4rem !important;
    }

    .xl\:u-mr-16 {
        margin-right: 4rem !important;
    }

    .xl\:u-mb-16 {
        margin-bottom: 4rem !important;
    }

    .xl\:u-ml-16 {
        margin-left: 4rem !important;
    }

    .xl\:u-mt-20 {
        margin-top: 5rem !important;
    }

    .xl\:u-mr-20 {
        margin-right: 5rem !important;
    }

    .xl\:u-mb-20 {
        margin-bottom: 5rem !important;
    }

    .xl\:u-ml-20 {
        margin-left: 5rem !important;
    }

    .xl\:u-mt-24 {
        margin-top: 6rem !important;
    }

    .xl\:u-mr-24 {
        margin-right: 6rem !important;
    }

    .xl\:u-mb-24 {
        margin-bottom: 6rem !important;
    }

    .xl\:u-ml-24 {
        margin-left: 6rem !important;
    }

    .xl\:u-mt-32 {
        margin-top: 8rem !important;
    }

    .xl\:u-mr-32 {
        margin-right: 8rem !important;
    }

    .xl\:u-mb-32 {
        margin-bottom: 8rem !important;
    }

    .xl\:u-ml-32 {
        margin-left: 8rem !important;
    }

    .xl\:u-mt-40 {
        margin-top: 10rem !important;
    }

    .xl\:u-mr-40 {
        margin-right: 10rem !important;
    }

    .xl\:u-mb-40 {
        margin-bottom: 10rem !important;
    }

    .xl\:u-ml-40 {
        margin-left: 10rem !important;
    }

    .xl\:u-mt-72 {
        margin-top: 18rem !important;
    }

    .xl\:u-mr-72 {
        margin-right: 18rem !important;
    }

    .xl\:u-mb-72 {
        margin-bottom: 18rem !important;
    }

    .xl\:u-ml-72 {
        margin-left: 18rem !important;
    }

    .xl\:u-mt-auto {
        margin-top: auto !important;
    }

    .xl\:u-mr-auto {
        margin-right: auto !important;
    }

    .xl\:u-mb-auto {
        margin-bottom: auto !important;
    }

    .xl\:u-ml-auto {
        margin-left: auto !important;
    }

    .xl\:u-mt-px {
        margin-top: 1px !important;
    }

    .xl\:u-mr-px {
        margin-right: 1px !important;
    }

    .xl\:u-mb-px {
        margin-bottom: 1px !important;
    }

    .xl\:u-ml-px {
        margin-left: 1px !important;
    }

    .xl\:u-max-h-none {
        max-height: 0 !important;
    }

    .xl\:u-max-h-full {
        max-height: 100% !important;
    }

    .xl\:u-max-h-screen {
        max-height: 100vh !important;
    }

    .xl\:u-max-w-50 {
        max-width: 50px !important;
    }

    .xl\:u-max-w-100 {
        max-width: 100px !important;
    }

    .xl\:u-max-w-300 {
        max-width: 300px !important;
    }

    .xl\:u-max-w-630 {
        max-width: 630px !important;
    }

    .xl\:u-max-w-xs {
        max-width: 20rem !important;
    }

    .xl\:u-max-w-sm {
        max-width: 30rem !important;
    }

    .xl\:u-max-w-md {
        max-width: 40rem !important;
    }

    .xl\:u-max-w-lg {
        max-width: 50rem !important;
    }

    .xl\:u-max-w-xl {
        max-width: 60rem !important;
    }

    .xl\:u-max-w-2xl {
        max-width: 70rem !important;
    }

    .xl\:u-max-w-3xl {
        max-width: 80rem !important;
    }

    .xl\:u-max-w-4xl {
        max-width: 90rem !important;
    }

    .xl\:u-max-w-5xl {
        max-width: 100rem !important;
    }

    .xl\:u-max-w-half {
        max-width: 50% !important;
    }

    .xl\:u-max-w-full {
        max-width: 100% !important;
    }

    .xl\:u-min-h-0 {
        min-height: 0 !important;
    }

    .xl\:u-min-h-1 {
        min-height: .25rem !important;
    }

    .xl\:u-min-h-2 {
        min-height: .5rem !important;
    }

    .xl\:u-min-h-3 {
        min-height: .75rem !important;
    }

    .xl\:u-min-h-4 {
        min-height: 1rem !important;
    }

    .xl\:u-min-h-5 {
        min-height: 1.25rem !important;
    }

    .xl\:u-min-h-6 {
        min-height: 1.5rem !important;
    }

    .xl\:u-min-h-8 {
        min-height: 2rem !important;
    }

    .xl\:u-min-h-10 {
        min-height: 2.5rem !important;
    }

    .xl\:u-min-h-12 {
        min-height: 3rem !important;
    }

    .xl\:u-min-h-16 {
        min-height: 4rem !important;
    }

    .xl\:u-min-h-24 {
        min-height: 6rem !important;
    }

    .xl\:u-min-h-32 {
        min-height: 8rem !important;
    }

    .xl\:u-min-h-48 {
        min-height: 12rem !important;
    }

    .xl\:u-min-h-64 {
        min-height: 16rem !important;
    }

    .xl\:u-min-h-100 {
        min-height: 100px !important;
    }

    .xl\:u-min-h-500 {
        min-height: 500px !important;
    }

    .xl\:u-min-h-600 {
        min-height: 600px !important;
    }

    .xl\:u-min-h-auto {
        min-height: auto !important;
    }

    .xl\:u-min-h-px {
        min-height: 1px !important;
    }

    .xl\:u-min-h-full {
        min-height: 100% !important;
    }

    .xl\:u-min-h-screen {
        min-height: 100vh !important;
    }

    .xl\:u-min-w-0 {
        min-width: 0 !important;
    }

    .xl\:u-min-w-full {
        min-width: 100% !important;
    }

    .xl\:u--m-0 {
        margin: 0 !important;
    }

    .xl\:u--m-1 {
        margin: -0.25rem !important;
    }

    .xl\:u--m-2 {
        margin: -0.5rem !important;
    }

    .xl\:u--m-3 {
        margin: -0.75rem !important;
    }

    .xl\:u--m-4 {
        margin: -1rem !important;
    }

    .xl\:u--m-5 {
        margin: -1.25rem !important;
    }

    .xl\:u--m-6 {
        margin: -1.5rem !important;
    }

    .xl\:u--m-8 {
        margin: -2rem !important;
    }

    .xl\:u--m-10 {
        margin: -2.5rem !important;
    }

    .xl\:u--m-12 {
        margin: -3rem !important;
    }

    .xl\:u--m-16 {
        margin: -4rem !important;
    }

    .xl\:u--m-20 {
        margin: -5rem !important;
    }

    .xl\:u--m-24 {
        margin: -6rem !important;
    }

    .xl\:u--m-32 {
        margin: -8rem !important;
    }

    .xl\:u--m-68 {
        margin: -17rem !important;
    }

    .xl\:u--m-px {
        margin: -1px !important;
    }

    .xl\:u--my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .xl\:u--mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xl\:u--my-1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .xl\:u--mx-1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
    }

    .xl\:u--my-2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .xl\:u--mx-2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
    }

    .xl\:u--my-3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important;
    }

    .xl\:u--mx-3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important;
    }

    .xl\:u--my-4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .xl\:u--mx-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .xl\:u--my-5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important;
    }

    .xl\:u--mx-5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important;
    }

    .xl\:u--my-6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .xl\:u--mx-6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    .xl\:u--my-8 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .xl\:u--mx-8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }

    .xl\:u--my-10 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .xl\:u--mx-10 {
        margin-left: -2.5rem !important;
        margin-right: -2.5rem !important;
    }

    .xl\:u--my-12 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .xl\:u--mx-12 {
        margin-left: -3rem !important;
        margin-right: -3rem !important;
    }

    .xl\:u--my-16 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .xl\:u--mx-16 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }

    .xl\:u--my-20 {
        margin-top: -5rem !important;
        margin-bottom: -5rem !important;
    }

    .xl\:u--mx-20 {
        margin-left: -5rem !important;
        margin-right: -5rem !important;
    }

    .xl\:u--my-24 {
        margin-top: -6rem !important;
        margin-bottom: -6rem !important;
    }

    .xl\:u--mx-24 {
        margin-left: -6rem !important;
        margin-right: -6rem !important;
    }

    .xl\:u--my-32 {
        margin-top: -8rem !important;
        margin-bottom: -8rem !important;
    }

    .xl\:u--mx-32 {
        margin-left: -8rem !important;
        margin-right: -8rem !important;
    }

    .xl\:u--my-68 {
        margin-top: -17rem !important;
        margin-bottom: -17rem !important;
    }

    .xl\:u--mx-68 {
        margin-left: -17rem !important;
        margin-right: -17rem !important;
    }

    .xl\:u--my-px {
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }

    .xl\:u--mx-px {
        margin-left: -1px !important;
        margin-right: -1px !important;
    }

    .xl\:u--mt-0 {
        margin-top: 0 !important;
    }

    .xl\:u--mr-0 {
        margin-right: 0 !important;
    }

    .xl\:u--mb-0 {
        margin-bottom: 0 !important;
    }

    .xl\:u--ml-0 {
        margin-left: 0 !important;
    }

    .xl\:u--mt-1 {
        margin-top: -0.25rem !important;
    }

    .xl\:u--mr-1 {
        margin-right: -0.25rem !important;
    }

    .xl\:u--mb-1 {
        margin-bottom: -0.25rem !important;
    }

    .xl\:u--ml-1 {
        margin-left: -0.25rem !important;
    }

    .xl\:u--mt-2 {
        margin-top: -0.5rem !important;
    }

    .xl\:u--mr-2 {
        margin-right: -0.5rem !important;
    }

    .xl\:u--mb-2 {
        margin-bottom: -0.5rem !important;
    }

    .xl\:u--ml-2 {
        margin-left: -0.5rem !important;
    }

    .xl\:u--mt-3 {
        margin-top: -0.75rem !important;
    }

    .xl\:u--mr-3 {
        margin-right: -0.75rem !important;
    }

    .xl\:u--mb-3 {
        margin-bottom: -0.75rem !important;
    }

    .xl\:u--ml-3 {
        margin-left: -0.75rem !important;
    }

    .xl\:u--mt-4 {
        margin-top: -1rem !important;
    }

    .xl\:u--mr-4 {
        margin-right: -1rem !important;
    }

    .xl\:u--mb-4 {
        margin-bottom: -1rem !important;
    }

    .xl\:u--ml-4 {
        margin-left: -1rem !important;
    }

    .xl\:u--mt-5 {
        margin-top: -1.25rem !important;
    }

    .xl\:u--mr-5 {
        margin-right: -1.25rem !important;
    }

    .xl\:u--mb-5 {
        margin-bottom: -1.25rem !important;
    }

    .xl\:u--ml-5 {
        margin-left: -1.25rem !important;
    }

    .xl\:u--mt-6 {
        margin-top: -1.5rem !important;
    }

    .xl\:u--mr-6 {
        margin-right: -1.5rem !important;
    }

    .xl\:u--mb-6 {
        margin-bottom: -1.5rem !important;
    }

    .xl\:u--ml-6 {
        margin-left: -1.5rem !important;
    }

    .xl\:u--mt-8 {
        margin-top: -2rem !important;
    }

    .xl\:u--mr-8 {
        margin-right: -2rem !important;
    }

    .xl\:u--mb-8 {
        margin-bottom: -2rem !important;
    }

    .xl\:u--ml-8 {
        margin-left: -2rem !important;
    }

    .xl\:u--mt-10 {
        margin-top: -2.5rem !important;
    }

    .xl\:u--mr-10 {
        margin-right: -2.5rem !important;
    }

    .xl\:u--mb-10 {
        margin-bottom: -2.5rem !important;
    }

    .xl\:u--ml-10 {
        margin-left: -2.5rem !important;
    }

    .xl\:u--mt-12 {
        margin-top: -3rem !important;
    }

    .xl\:u--mr-12 {
        margin-right: -3rem !important;
    }

    .xl\:u--mb-12 {
        margin-bottom: -3rem !important;
    }

    .xl\:u--ml-12 {
        margin-left: -3rem !important;
    }

    .xl\:u--mt-16 {
        margin-top: -4rem !important;
    }

    .xl\:u--mr-16 {
        margin-right: -4rem !important;
    }

    .xl\:u--mb-16 {
        margin-bottom: -4rem !important;
    }

    .xl\:u--ml-16 {
        margin-left: -4rem !important;
    }

    .xl\:u--mt-20 {
        margin-top: -5rem !important;
    }

    .xl\:u--mr-20 {
        margin-right: -5rem !important;
    }

    .xl\:u--mb-20 {
        margin-bottom: -5rem !important;
    }

    .xl\:u--ml-20 {
        margin-left: -5rem !important;
    }

    .xl\:u--mt-24 {
        margin-top: -6rem !important;
    }

    .xl\:u--mr-24 {
        margin-right: -6rem !important;
    }

    .xl\:u--mb-24 {
        margin-bottom: -6rem !important;
    }

    .xl\:u--ml-24 {
        margin-left: -6rem !important;
    }

    .xl\:u--mt-32 {
        margin-top: -8rem !important;
    }

    .xl\:u--mr-32 {
        margin-right: -8rem !important;
    }

    .xl\:u--mb-32 {
        margin-bottom: -8rem !important;
    }

    .xl\:u--ml-32 {
        margin-left: -8rem !important;
    }

    .xl\:u--mt-68 {
        margin-top: -17rem !important;
    }

    .xl\:u--mr-68 {
        margin-right: -17rem !important;
    }

    .xl\:u--mb-68 {
        margin-bottom: -17rem !important;
    }

    .xl\:u--ml-68 {
        margin-left: -17rem !important;
    }

    .xl\:u--mt-px {
        margin-top: -1px !important;
    }

    .xl\:u--mr-px {
        margin-right: -1px !important;
    }

    .xl\:u--mb-px {
        margin-bottom: -1px !important;
    }

    .xl\:u--ml-px {
        margin-left: -1px !important;
    }

    .xl\:u-object-bottom {
        object-position: bottom !important;
    }

    .xl\:u-object-center {
        object-position: center !important;
    }

    .xl\:u-object-left {
        object-position: left !important;
    }

    .xl\:u-object-left-bottom {
        object-position: left bottom !important;
    }

    .xl\:u-object-left-top {
        object-position: left top !important;
    }

    .xl\:u-object-right {
        object-position: right !important;
    }

    .xl\:u-object-right-bottom {
        object-position: right bottom !important;
    }

    .xl\:u-object-right-top {
        object-position: right top !important;
    }

    .xl\:u-object-top {
        object-position: top !important;
    }

    .xl\:u-opacity-0 {
        opacity: 0 !important;
    }

    .xl\:u-opacity-25 {
        opacity: .25 !important;
    }

    .xl\:u-opacity-50 {
        opacity: .5 !important;
    }

    .xl\:u-opacity-75 {
        opacity: .75 !important;
    }

    .xl\:u-opacity-100 {
        opacity: 1 !important;
    }

    .xl\:hover\:u-opacity-0:hover {
        opacity: 0 !important;
    }

    .xl\:hover\:u-opacity-25:hover {
        opacity: .25 !important;
    }

    .xl\:hover\:u-opacity-50:hover {
        opacity: .5 !important;
    }

    .xl\:hover\:u-opacity-75:hover {
        opacity: .75 !important;
    }

    .xl\:hover\:u-opacity-100:hover {
        opacity: 1 !important;
    }

    .xl\:u-overflow-auto {
        overflow: auto !important;
    }

    .xl\:u-overflow-hidden {
        overflow: hidden !important;
    }

    .xl\:u-overflow-visible {
        overflow: visible !important;
    }

    .xl\:u-overflow-scroll {
        overflow: scroll !important;
    }

    .xl\:u-overflow-x-auto {
        overflow-x: auto !important;
    }

    .xl\:u-overflow-y-auto {
        overflow-y: auto !important;
    }

    .xl\:u-overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .xl\:u-overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .xl\:u-overflow-x-visible {
        overflow-x: visible !important;
    }

    .xl\:u-overflow-y-visible {
        overflow-y: visible !important;
    }

    .xl\:u-overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .xl\:u-overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .xl\:u-scrolling-touch {
        -webkit-overflow-scrolling: touch !important;
    }

    .xl\:u-scrolling-auto {
        -webkit-overflow-scrolling: auto !important;
    }

    .xl\:u-p-0 {
        padding: 0 !important;
    }

    .xl\:u-p-1 {
        padding: .25rem !important;
    }

    .xl\:u-p-2 {
        padding: .5rem !important;
    }

    .xl\:u-p-3 {
        padding: .75rem !important;
    }

    .xl\:u-p-4 {
        padding: 1rem !important;
    }

    .xl\:u-p-5 {
        padding: 1.25rem !important;
    }

    .xl\:u-p-6 {
        padding: 1.5rem !important;
    }

    .xl\:u-p-8 {
        padding: 2rem !important;
    }

    .xl\:u-p-10 {
        padding: 2.5rem !important;
    }

    .xl\:u-p-12 {
        padding: 3rem !important;
    }

    .xl\:u-p-16 {
        padding: 4rem !important;
    }

    .xl\:u-p-20 {
        padding: 5rem !important;
    }

    .xl\:u-p-24 {
        padding: 6rem !important;
    }

    .xl\:u-p-32 {
        padding: 8rem !important;
    }

    .xl\:u-p-64 {
        padding: 16rem !important;
    }

    .xl\:u-p-px {
        padding: 1px !important;
    }

    .xl\:u-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .xl\:u-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .xl\:u-py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .xl\:u-px-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .xl\:u-py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .xl\:u-px-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }

    .xl\:u-py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }

    .xl\:u-px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }

    .xl\:u-py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .xl\:u-px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .xl\:u-py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .xl\:u-px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .xl\:u-py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .xl\:u-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .xl\:u-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .xl\:u-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .xl\:u-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .xl\:u-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .xl\:u-py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .xl\:u-px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .xl\:u-py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .xl\:u-px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .xl\:u-py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .xl\:u-px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .xl\:u-py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .xl\:u-px-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .xl\:u-py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .xl\:u-px-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .xl\:u-py-64 {
        padding-top: 16rem !important;
        padding-bottom: 16rem !important;
    }

    .xl\:u-px-64 {
        padding-left: 16rem !important;
        padding-right: 16rem !important;
    }

    .xl\:u-py-px {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .xl\:u-px-px {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .xl\:u-pt-0 {
        padding-top: 0 !important;
    }

    .xl\:u-pr-0 {
        padding-right: 0 !important;
    }

    .xl\:u-pb-0 {
        padding-bottom: 0 !important;
    }

    .xl\:u-pl-0 {
        padding-left: 0 !important;
    }

    .xl\:u-pt-1 {
        padding-top: .25rem !important;
    }

    .xl\:u-pr-1 {
        padding-right: .25rem !important;
    }

    .xl\:u-pb-1 {
        padding-bottom: .25rem !important;
    }

    .xl\:u-pl-1 {
        padding-left: .25rem !important;
    }

    .xl\:u-pt-2 {
        padding-top: .5rem !important;
    }

    .xl\:u-pr-2 {
        padding-right: .5rem !important;
    }

    .xl\:u-pb-2 {
        padding-bottom: .5rem !important;
    }

    .xl\:u-pl-2 {
        padding-left: .5rem !important;
    }

    .xl\:u-pt-3 {
        padding-top: .75rem !important;
    }

    .xl\:u-pr-3 {
        padding-right: .75rem !important;
    }

    .xl\:u-pb-3 {
        padding-bottom: .75rem !important;
    }

    .xl\:u-pl-3 {
        padding-left: .75rem !important;
    }

    .xl\:u-pt-4 {
        padding-top: 1rem !important;
    }

    .xl\:u-pr-4 {
        padding-right: 1rem !important;
    }

    .xl\:u-pb-4 {
        padding-bottom: 1rem !important;
    }

    .xl\:u-pl-4 {
        padding-left: 1rem !important;
    }

    .xl\:u-pt-5 {
        padding-top: 1.25rem !important;
    }

    .xl\:u-pr-5 {
        padding-right: 1.25rem !important;
    }

    .xl\:u-pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .xl\:u-pl-5 {
        padding-left: 1.25rem !important;
    }

    .xl\:u-pt-6 {
        padding-top: 1.5rem !important;
    }

    .xl\:u-pr-6 {
        padding-right: 1.5rem !important;
    }

    .xl\:u-pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .xl\:u-pl-6 {
        padding-left: 1.5rem !important;
    }

    .xl\:u-pt-8 {
        padding-top: 2rem !important;
    }

    .xl\:u-pr-8 {
        padding-right: 2rem !important;
    }

    .xl\:u-pb-8 {
        padding-bottom: 2rem !important;
    }

    .xl\:u-pl-8 {
        padding-left: 2rem !important;
    }

    .xl\:u-pt-10 {
        padding-top: 2.5rem !important;
    }

    .xl\:u-pr-10 {
        padding-right: 2.5rem !important;
    }

    .xl\:u-pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .xl\:u-pl-10 {
        padding-left: 2.5rem !important;
    }

    .xl\:u-pt-12 {
        padding-top: 3rem !important;
    }

    .xl\:u-pr-12 {
        padding-right: 3rem !important;
    }

    .xl\:u-pb-12 {
        padding-bottom: 3rem !important;
    }

    .xl\:u-pl-12 {
        padding-left: 3rem !important;
    }

    .xl\:u-pt-16 {
        padding-top: 4rem !important;
    }

    .xl\:u-pr-16 {
        padding-right: 4rem !important;
    }

    .xl\:u-pb-16 {
        padding-bottom: 4rem !important;
    }

    .xl\:u-pl-16 {
        padding-left: 4rem !important;
    }

    .xl\:u-pt-20 {
        padding-top: 5rem !important;
    }

    .xl\:u-pr-20 {
        padding-right: 5rem !important;
    }

    .xl\:u-pb-20 {
        padding-bottom: 5rem !important;
    }

    .xl\:u-pl-20 {
        padding-left: 5rem !important;
    }

    .xl\:u-pt-24 {
        padding-top: 6rem !important;
    }

    .xl\:u-pr-24 {
        padding-right: 6rem !important;
    }

    .xl\:u-pb-24 {
        padding-bottom: 6rem !important;
    }

    .xl\:u-pl-24 {
        padding-left: 6rem !important;
    }

    .xl\:u-pt-32 {
        padding-top: 8rem !important;
    }

    .xl\:u-pr-32 {
        padding-right: 8rem !important;
    }

    .xl\:u-pb-32 {
        padding-bottom: 8rem !important;
    }

    .xl\:u-pl-32 {
        padding-left: 8rem !important;
    }

    .xl\:u-pt-64 {
        padding-top: 16rem !important;
    }

    .xl\:u-pr-64 {
        padding-right: 16rem !important;
    }

    .xl\:u-pb-64 {
        padding-bottom: 16rem !important;
    }

    .xl\:u-pl-64 {
        padding-left: 16rem !important;
    }

    .xl\:u-pt-px {
        padding-top: 1px !important;
    }

    .xl\:u-pr-px {
        padding-right: 1px !important;
    }

    .xl\:u-pb-px {
        padding-bottom: 1px !important;
    }

    .xl\:u-pl-px {
        padding-left: 1px !important;
    }

    .xl\:u-pointer-events-none {
        pointer-events: none !important;
    }

    .xl\:u-pointer-events-auto {
        pointer-events: auto !important;
    }

    .xl\:u-static {
        position: static !important;
    }

    .xl\:u-fixed {
        position: fixed !important;
    }

    .xl\:u-absolute {
        position: absolute !important;
    }

    .xl\:u-relative {
        position: relative !important;
    }

    .xl\:u-sticky {
        position: sticky !important;
    }

    .xl\:u-pin-none {
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }

    .xl\:u-pin {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .xl\:u-pin-y {
        top: 0 !important;
        bottom: 0 !important;
    }

    .xl\:u-pin-x {
        right: 0 !important;
        left: 0 !important;
    }

    .xl\:u-pin-t {
        top: 0 !important;
    }

    .xl\:u-pin-r {
        right: 0 !important;
    }

    .xl\:u-pin-b {
        bottom: 0 !important;
    }

    .xl\:u-pin-l {
        left: 0 !important;
    }

    .xl\:u-resize-none {
        resize: none !important;
    }

    .xl\:u-resize-y {
        resize: vertical !important;
    }

    .xl\:u-resize-x {
        resize: horizontal !important;
    }

    .xl\:u-resize {
        resize: both !important;
    }

    .xl\:u-shadow {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .xl\:u-shadow-md {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .xl\:u-shadow-lg {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .xl\:u-shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .xl\:u-shadow-outline {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .xl\:u-shadow-none {
        box-shadow: none !important;
    }

    .xl\:hover\:u-shadow:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .xl\:hover\:u-shadow-md:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .xl\:hover\:u-shadow-lg:hover {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .xl\:hover\:u-shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .xl\:hover\:u-shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .xl\:hover\:u-shadow-none:hover {
        box-shadow: none !important;
    }

    .xl\:focus\:u-shadow:focus {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .xl\:focus\:u-shadow-md:focus {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
    }

    .xl\:focus\:u-shadow-lg:focus {
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
    }

    .xl\:focus\:u-shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
    }

    .xl\:focus\:u-shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(52, 144, 220, .5) !important;
    }

    .xl\:focus\:u-shadow-none:focus {
        box-shadow: none !important;
    }

    .xl\:u-table-auto {
        table-layout: auto !important;
    }

    .xl\:u-table-fixed {
        table-layout: fixed !important;
    }

    .xl\:u-text-left {
        text-align: left !important;
    }

    .xl\:u-text-center {
        text-align: center !important;
    }

    .xl\:u-text-right {
        text-align: right !important;
    }

    .xl\:u-text-justify {
        text-align: justify !important;
    }

    .xl\:u-text-transparent {
        color: transparent !important;
    }

    .xl\:u-text-black {
        color: #05001e !important;
    }

    .xl\:u-text-white {
        color: #fff !important;
    }

    .xl\:u-text-yellow {
        color: #ffc700 !important;
    }

    .xl\:u-text-coral {
        color: #ff9e6d !important;
    }

    .xl\:u-text-green {
        color: #00ff01 !important;
    }

    .xl\:u-text-navy {
        color: #151716 !important;
    }

    .xl\:u-text-navy-light {
        color: #14133d !important;
    }

    .xl\:u-text-navy-lighter {
        color: #404064 !important;
    }

    .xl\:u-text-navy-lightest {
        color: #74768f !important;
    }

    .xl\:u-text-navy-grey {
        color: #2f3158 !important;
    }

    .xl\:u-text-blue {
        color: #1500fe !important;
    }

    .xl\:u-text-wild-sand {
        color: #f4f4f4 !important;
    }

    .xl\:u-text-grey-light {
        color: #dadada !important;
    }

    .xl\:u-text-grey-lighter {
        color: #f4f4f4 !important;
    }

    .xl\:u-text-grey-lightest {
        color: #f8fafc !important;
    }

    .xl\:u-text-nav-border {
        color: #323254 !important;
    }

    .xl\:u-text-silver {
        color: #bebebe !important;
    }

    .xl\:u-text-red {
        color: #ff0201 !important;
    }

    .xl\:u-text-black--dark {
        color: #04001a !important;
    }

    .xl\:u-text-black--light {
        color: #060022 !important;
    }

    .xl\:u-text-white--dark {
        color: #e0e0e0 !important;
    }

    .xl\:u-text-white--light {
        color: #fff !important;
    }

    .xl\:u-text-yellow--dark {
        color: #e0af00 !important;
    }

    .xl\:u-text-yellow--light {
        color: #ffce1f !important;
    }

    .xl\:u-text-coral--dark {
        color: #ff8141 !important;
    }

    .xl\:u-text-coral--light {
        color: #fb9 !important;
    }

    .xl\:u-text-green--dark {
        color: #00e001 !important;
    }

    .xl\:u-text-green--light {
        color: #1fff1f !important;
    }

    .xl\:u-text-navy--dark {
        color: #000028 !important;
    }

    .xl\:u-text-navy--light {
        color: #000032 !important;
    }

    .xl\:u-text-navy-light--dark {
        color: #121136 !important;
    }

    .xl\:u-text-navy-light--light {
        color: #161544 !important;
    }

    .xl\:u-text-navy-lighter--dark {
        color: #383858 !important;
    }

    .xl\:u-text-navy-lighter--light {
        color: #484870 !important;
    }

    .xl\:u-text-navy-lightest--dark {
        color: #66687e !important;
    }

    .xl\:u-text-navy-lightest--light {
        color: #85879d !important;
    }

    .xl\:u-text-navy-grey--dark {
        color: #292b4d !important;
    }

    .xl\:u-text-navy-grey--light {
        color: #353763 !important;
    }

    .xl\:u-text-blue--dark {
        color: #1200e0 !important;
    }

    .xl\:u-text-blue--light {
        color: #301dff !important;
    }

    .xl\:u-text-wild-sand--dark {
        color: #d7d7d7 !important;
    }

    .xl\:u-text-wild-sand--light {
        color: #fff !important;
    }

    .xl\:u-text-grey-light--dark {
        color: #c0c0c0 !important;
    }

    .xl\:u-text-grey-light--light {
        color: #f4f4f4 !important;
    }

    .xl\:u-text-grey-lighter--dark {
        color: #d7d7d7 !important;
    }

    .xl\:u-text-grey-lighter--light {
        color: #fff !important;
    }

    .xl\:u-text-grey-lightest--dark {
        color: #cedcea !important;
    }

    .xl\:u-text-grey-lightest--light {
        color: #fff !important;
    }

    .xl\:u-text-nav-border--dark {
        color: #2c2c4a !important;
    }

    .xl\:u-text-nav-border--light {
        color: #38385e !important;
    }

    .xl\:u-text-silver--dark {
        color: #a7a7a7 !important;
    }

    .xl\:u-text-silver--light {
        color: #d5d5d5 !important;
    }

    .xl\:u-text-red--dark {
        color: #e10100 !important;
    }

    .xl\:u-text-red--light {
        color: #ff2120 !important;
    }

    .xl\:hover\:u-text-transparent:hover {
        color: transparent !important;
    }

    .xl\:hover\:u-text-black:hover {
        color: #05001e !important;
    }

    .xl\:hover\:u-text-white:hover {
        color: #fff !important;
    }

    .xl\:hover\:u-text-yellow:hover {
        color: #ffc700 !important;
    }

    .xl\:hover\:u-text-coral:hover {
        color: #ff9e6d !important;
    }

    .xl\:hover\:u-text-green:hover {
        color: #00ff01 !important;
    }

    .xl\:hover\:u-text-navy:hover {
        color: #151716 !important;
    }

    .xl\:hover\:u-text-navy-light:hover {
        color: #14133d !important;
    }

    .xl\:hover\:u-text-navy-lighter:hover {
        color: #404064 !important;
    }

    .xl\:hover\:u-text-navy-lightest:hover {
        color: #74768f !important;
    }

    .xl\:hover\:u-text-navy-grey:hover {
        color: #2f3158 !important;
    }

    .xl\:hover\:u-text-blue:hover {
        color: #1500fe !important;
    }

    .xl\:hover\:u-text-wild-sand:hover {
        color: #f4f4f4 !important;
    }

    .xl\:hover\:u-text-grey-light:hover {
        color: #dadada !important;
    }

    .xl\:hover\:u-text-grey-lighter:hover {
        color: #f4f4f4 !important;
    }

    .xl\:hover\:u-text-grey-lightest:hover {
        color: #f8fafc !important;
    }

    .xl\:hover\:u-text-nav-border:hover {
        color: #323254 !important;
    }

    .xl\:hover\:u-text-silver:hover {
        color: #bebebe !important;
    }

    .xl\:hover\:u-text-red:hover {
        color: #ff0201 !important;
    }

    .xl\:hover\:u-text-black--dark:hover {
        color: #04001a !important;
    }

    .xl\:hover\:u-text-black--light:hover {
        color: #060022 !important;
    }

    .xl\:hover\:u-text-white--dark:hover {
        color: #e0e0e0 !important;
    }

    .xl\:hover\:u-text-white--light:hover {
        color: #fff !important;
    }

    .xl\:hover\:u-text-yellow--dark:hover {
        color: #e0af00 !important;
    }

    .xl\:hover\:u-text-yellow--light:hover {
        color: #ffce1f !important;
    }

    .xl\:hover\:u-text-coral--dark:hover {
        color: #ff8141 !important;
    }

    .xl\:hover\:u-text-coral--light:hover {
        color: #fb9 !important;
    }

    .xl\:hover\:u-text-green--dark:hover {
        color: #00e001 !important;
    }

    .xl\:hover\:u-text-green--light:hover {
        color: #1fff1f !important;
    }

    .xl\:hover\:u-text-navy--dark:hover {
        color: #000028 !important;
    }

    .xl\:hover\:u-text-navy--light:hover {
        color: #000032 !important;
    }

    .xl\:hover\:u-text-navy-light--dark:hover {
        color: #121136 !important;
    }

    .xl\:hover\:u-text-navy-light--light:hover {
        color: #161544 !important;
    }

    .xl\:hover\:u-text-navy-lighter--dark:hover {
        color: #383858 !important;
    }

    .xl\:hover\:u-text-navy-lighter--light:hover {
        color: #484870 !important;
    }

    .xl\:hover\:u-text-navy-lightest--dark:hover {
        color: #66687e !important;
    }

    .xl\:hover\:u-text-navy-lightest--light:hover {
        color: #85879d !important;
    }

    .xl\:hover\:u-text-navy-grey--dark:hover {
        color: #292b4d !important;
    }

    .xl\:hover\:u-text-navy-grey--light:hover {
        color: #353763 !important;
    }

    .xl\:hover\:u-text-blue--dark:hover {
        color: #1200e0 !important;
    }

    .xl\:hover\:u-text-blue--light:hover {
        color: #301dff !important;
    }

    .xl\:hover\:u-text-wild-sand--dark:hover {
        color: #d7d7d7 !important;
    }

    .xl\:hover\:u-text-wild-sand--light:hover {
        color: #fff !important;
    }

    .xl\:hover\:u-text-grey-light--dark:hover {
        color: #c0c0c0 !important;
    }

    .xl\:hover\:u-text-grey-light--light:hover {
        color: #f4f4f4 !important;
    }

    .xl\:hover\:u-text-grey-lighter--dark:hover {
        color: #d7d7d7 !important;
    }

    .xl\:hover\:u-text-grey-lighter--light:hover {
        color: #fff !important;
    }

    .xl\:hover\:u-text-grey-lightest--dark:hover {
        color: #cedcea !important;
    }

    .xl\:hover\:u-text-grey-lightest--light:hover {
        color: #fff !important;
    }

    .xl\:hover\:u-text-nav-border--dark:hover {
        color: #2c2c4a !important;
    }

    .xl\:hover\:u-text-nav-border--light:hover {
        color: #38385e !important;
    }

    .xl\:hover\:u-text-silver--dark:hover {
        color: #a7a7a7 !important;
    }

    .xl\:hover\:u-text-silver--light:hover {
        color: #d5d5d5 !important;
    }

    .xl\:hover\:u-text-red--dark:hover {
        color: #e10100 !important;
    }

    .xl\:hover\:u-text-red--light:hover {
        color: #ff2120 !important;
    }

    .xl\:focus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .xl\:focus\:u-text-black:focus {
        color: #05001e !important;
    }

    .xl\:focus\:u-text-white:focus {
        color: #fff !important;
    }

    .xl\:focus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .xl\:focus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .xl\:focus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .xl\:focus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .xl\:focus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .xl\:focus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .xl\:focus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .xl\:focus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .xl\:focus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .xl\:focus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .xl\:focus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .xl\:focus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .xl\:focus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .xl\:focus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .xl\:focus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .xl\:focus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .xl\:focus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .xl\:focus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .xl\:focus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .xl\:focus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .xl\:focus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .xl\:focus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .xl\:focus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .xl\:focus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .xl\:focus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .xl\:focus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .xl\:focus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .xl\:focus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .xl\:focus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .xl\:focus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .xl\:focus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .xl\:focus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .xl\:focus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .xl\:focus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .xl\:focus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .xl\:focus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .xl\:focus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .xl\:focus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .xl\:focus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .xl\:focus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .xl\:focus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .xl\:focus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .xl\:focus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .xl\:focus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .xl\:focus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .xl\:focus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .xl\:focus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .xl\:focus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .xl\:focus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .xl\:focus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .xl\:focus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .xl\:focus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .xl\:hocus\:u-text-transparent:hover,
    .xl\:hocus\:u-text-transparent:focus {
        color: transparent !important;
    }

    .xl\:hocus\:u-text-black:hover,
    .xl\:hocus\:u-text-black:focus {
        color: #05001e !important;
    }

    .xl\:hocus\:u-text-white:hover,
    .xl\:hocus\:u-text-white:focus {
        color: #fff !important;
    }

    .xl\:hocus\:u-text-yellow:hover,
    .xl\:hocus\:u-text-yellow:focus {
        color: #ffc700 !important;
    }

    .xl\:hocus\:u-text-coral:hover,
    .xl\:hocus\:u-text-coral:focus {
        color: #ff9e6d !important;
    }

    .xl\:hocus\:u-text-green:hover,
    .xl\:hocus\:u-text-green:focus {
        color: #00ff01 !important;
    }

    .xl\:hocus\:u-text-navy:hover,
    .xl\:hocus\:u-text-navy:focus {
        color: #151716 !important;
    }

    .xl\:hocus\:u-text-navy-light:hover,
    .xl\:hocus\:u-text-navy-light:focus {
        color: #14133d !important;
    }

    .xl\:hocus\:u-text-navy-lighter:hover,
    .xl\:hocus\:u-text-navy-lighter:focus {
        color: #404064 !important;
    }

    .xl\:hocus\:u-text-navy-lightest:hover,
    .xl\:hocus\:u-text-navy-lightest:focus {
        color: #74768f !important;
    }

    .xl\:hocus\:u-text-navy-grey:hover,
    .xl\:hocus\:u-text-navy-grey:focus {
        color: #2f3158 !important;
    }

    .xl\:hocus\:u-text-blue:hover,
    .xl\:hocus\:u-text-blue:focus {
        color: #1500fe !important;
    }

    .xl\:hocus\:u-text-wild-sand:hover,
    .xl\:hocus\:u-text-wild-sand:focus {
        color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-text-grey-light:hover,
    .xl\:hocus\:u-text-grey-light:focus {
        color: #dadada !important;
    }

    .xl\:hocus\:u-text-grey-lighter:hover,
    .xl\:hocus\:u-text-grey-lighter:focus {
        color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-text-grey-lightest:hover,
    .xl\:hocus\:u-text-grey-lightest:focus {
        color: #f8fafc !important;
    }

    .xl\:hocus\:u-text-nav-border:hover,
    .xl\:hocus\:u-text-nav-border:focus {
        color: #323254 !important;
    }

    .xl\:hocus\:u-text-silver:hover,
    .xl\:hocus\:u-text-silver:focus {
        color: #bebebe !important;
    }

    .xl\:hocus\:u-text-red:hover,
    .xl\:hocus\:u-text-red:focus {
        color: #ff0201 !important;
    }

    .xl\:hocus\:u-text-black--dark:hover,
    .xl\:hocus\:u-text-black--dark:focus {
        color: #04001a !important;
    }

    .xl\:hocus\:u-text-black--light:hover,
    .xl\:hocus\:u-text-black--light:focus {
        color: #060022 !important;
    }

    .xl\:hocus\:u-text-white--dark:hover,
    .xl\:hocus\:u-text-white--dark:focus {
        color: #e0e0e0 !important;
    }

    .xl\:hocus\:u-text-white--light:hover,
    .xl\:hocus\:u-text-white--light:focus {
        color: #fff !important;
    }

    .xl\:hocus\:u-text-yellow--dark:hover,
    .xl\:hocus\:u-text-yellow--dark:focus {
        color: #e0af00 !important;
    }

    .xl\:hocus\:u-text-yellow--light:hover,
    .xl\:hocus\:u-text-yellow--light:focus {
        color: #ffce1f !important;
    }

    .xl\:hocus\:u-text-coral--dark:hover,
    .xl\:hocus\:u-text-coral--dark:focus {
        color: #ff8141 !important;
    }

    .xl\:hocus\:u-text-coral--light:hover,
    .xl\:hocus\:u-text-coral--light:focus {
        color: #fb9 !important;
    }

    .xl\:hocus\:u-text-green--dark:hover,
    .xl\:hocus\:u-text-green--dark:focus {
        color: #00e001 !important;
    }

    .xl\:hocus\:u-text-green--light:hover,
    .xl\:hocus\:u-text-green--light:focus {
        color: #1fff1f !important;
    }

    .xl\:hocus\:u-text-navy--dark:hover,
    .xl\:hocus\:u-text-navy--dark:focus {
        color: #000028 !important;
    }

    .xl\:hocus\:u-text-navy--light:hover,
    .xl\:hocus\:u-text-navy--light:focus {
        color: #000032 !important;
    }

    .xl\:hocus\:u-text-navy-light--dark:hover,
    .xl\:hocus\:u-text-navy-light--dark:focus {
        color: #121136 !important;
    }

    .xl\:hocus\:u-text-navy-light--light:hover,
    .xl\:hocus\:u-text-navy-light--light:focus {
        color: #161544 !important;
    }

    .xl\:hocus\:u-text-navy-lighter--dark:hover,
    .xl\:hocus\:u-text-navy-lighter--dark:focus {
        color: #383858 !important;
    }

    .xl\:hocus\:u-text-navy-lighter--light:hover,
    .xl\:hocus\:u-text-navy-lighter--light:focus {
        color: #484870 !important;
    }

    .xl\:hocus\:u-text-navy-lightest--dark:hover,
    .xl\:hocus\:u-text-navy-lightest--dark:focus {
        color: #66687e !important;
    }

    .xl\:hocus\:u-text-navy-lightest--light:hover,
    .xl\:hocus\:u-text-navy-lightest--light:focus {
        color: #85879d !important;
    }

    .xl\:hocus\:u-text-navy-grey--dark:hover,
    .xl\:hocus\:u-text-navy-grey--dark:focus {
        color: #292b4d !important;
    }

    .xl\:hocus\:u-text-navy-grey--light:hover,
    .xl\:hocus\:u-text-navy-grey--light:focus {
        color: #353763 !important;
    }

    .xl\:hocus\:u-text-blue--dark:hover,
    .xl\:hocus\:u-text-blue--dark:focus {
        color: #1200e0 !important;
    }

    .xl\:hocus\:u-text-blue--light:hover,
    .xl\:hocus\:u-text-blue--light:focus {
        color: #301dff !important;
    }

    .xl\:hocus\:u-text-wild-sand--dark:hover,
    .xl\:hocus\:u-text-wild-sand--dark:focus {
        color: #d7d7d7 !important;
    }

    .xl\:hocus\:u-text-wild-sand--light:hover,
    .xl\:hocus\:u-text-wild-sand--light:focus {
        color: #fff !important;
    }

    .xl\:hocus\:u-text-grey-light--dark:hover,
    .xl\:hocus\:u-text-grey-light--dark:focus {
        color: #c0c0c0 !important;
    }

    .xl\:hocus\:u-text-grey-light--light:hover,
    .xl\:hocus\:u-text-grey-light--light:focus {
        color: #f4f4f4 !important;
    }

    .xl\:hocus\:u-text-grey-lighter--dark:hover,
    .xl\:hocus\:u-text-grey-lighter--dark:focus {
        color: #d7d7d7 !important;
    }

    .xl\:hocus\:u-text-grey-lighter--light:hover,
    .xl\:hocus\:u-text-grey-lighter--light:focus {
        color: #fff !important;
    }

    .xl\:hocus\:u-text-grey-lightest--dark:hover,
    .xl\:hocus\:u-text-grey-lightest--dark:focus {
        color: #cedcea !important;
    }

    .xl\:hocus\:u-text-grey-lightest--light:hover,
    .xl\:hocus\:u-text-grey-lightest--light:focus {
        color: #fff !important;
    }

    .xl\:hocus\:u-text-nav-border--dark:hover,
    .xl\:hocus\:u-text-nav-border--dark:focus {
        color: #2c2c4a !important;
    }

    .xl\:hocus\:u-text-nav-border--light:hover,
    .xl\:hocus\:u-text-nav-border--light:focus {
        color: #38385e !important;
    }

    .xl\:hocus\:u-text-silver--dark:hover,
    .xl\:hocus\:u-text-silver--dark:focus {
        color: #a7a7a7 !important;
    }

    .xl\:hocus\:u-text-silver--light:hover,
    .xl\:hocus\:u-text-silver--light:focus {
        color: #d5d5d5 !important;
    }

    .xl\:hocus\:u-text-red--dark:hover,
    .xl\:hocus\:u-text-red--dark:focus {
        color: #e10100 !important;
    }

    .xl\:hocus\:u-text-red--light:hover,
    .xl\:hocus\:u-text-red--light:focus {
        color: #ff2120 !important;
    }

    .xl\:u-text-xs {
        font-size: .75rem !important;
    }

    .xl\:u-text-sm {
        font-size: .875rem !important;
    }

    .xl\:u-text-base {
        font-size: 1rem !important;
    }

    .xl\:u-text-lg {
        font-size: 1.125rem !important;
    }

    .xl\:u-text-xl {
        font-size: 1.25rem !important;
    }

    .xl\:u-text-2xl {
        font-size: 1.5rem !important;
    }

    .xl\:u-text-3xl {
        font-size: 1.875rem !important;
    }

    .xl\:u-text-4xl {
        font-size: 2.25rem !important;
    }

    .xl\:u-text-5xl {
        font-size: 3rem !important;
    }

    .xl\:u-text-6xl {
        font-size: 3.5rem !important;
    }

    .xl\:u-text-7xl {
        font-size: 4rem !important;
    }

    .xl\:u-text-8xl {
        font-size: 6rem !important;
    }

    .xl\:u-text-9xl {
        font-size: 8rem !important;
    }

    .xl\:u-text-10xl {
        font-size: 10rem !important;
    }

    .xl\:u-italic {
        font-style: italic !important;
    }

    .xl\:u-roman {
        font-style: normal !important;
    }

    .xl\:u-uppercase {
        text-transform: uppercase !important;
    }

    .xl\:u-lowercase {
        text-transform: lowercase !important;
    }

    .xl\:u-capitalize {
        text-transform: capitalize !important;
    }

    .xl\:u-normal-case {
        text-transform: none !important;
    }

    .xl\:u-underline {
        text-decoration: underline !important;
    }

    .xl\:u-line-through {
        text-decoration: line-through !important;
    }

    .xl\:u-no-underline {
        text-decoration: none !important;
    }

    .xl\:u-antialiased {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .xl\:u-subpixel-antialiased {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .xl\:hover\:u-italic:hover {
        font-style: italic !important;
    }

    .xl\:hover\:u-roman:hover {
        font-style: normal !important;
    }

    .xl\:hover\:u-uppercase:hover {
        text-transform: uppercase !important;
    }

    .xl\:hover\:u-lowercase:hover {
        text-transform: lowercase !important;
    }

    .xl\:hover\:u-capitalize:hover {
        text-transform: capitalize !important;
    }

    .xl\:hover\:u-normal-case:hover {
        text-transform: none !important;
    }

    .xl\:hover\:u-underline:hover {
        text-decoration: underline !important;
    }

    .xl\:hover\:u-line-through:hover {
        text-decoration: line-through !important;
    }

    .xl\:hover\:u-no-underline:hover {
        text-decoration: none !important;
    }

    .xl\:hover\:u-antialiased:hover {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .xl\:hover\:u-subpixel-antialiased:hover {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .xl\:focus\:u-italic:focus {
        font-style: italic !important;
    }

    .xl\:focus\:u-roman:focus {
        font-style: normal !important;
    }

    .xl\:focus\:u-uppercase:focus {
        text-transform: uppercase !important;
    }

    .xl\:focus\:u-lowercase:focus {
        text-transform: lowercase !important;
    }

    .xl\:focus\:u-capitalize:focus {
        text-transform: capitalize !important;
    }

    .xl\:focus\:u-normal-case:focus {
        text-transform: none !important;
    }

    .xl\:focus\:u-underline:focus {
        text-decoration: underline !important;
    }

    .xl\:focus\:u-line-through:focus {
        text-decoration: line-through !important;
    }

    .xl\:focus\:u-no-underline:focus {
        text-decoration: none !important;
    }

    .xl\:focus\:u-antialiased:focus {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    .xl\:focus\:u-subpixel-antialiased:focus {
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }

    .xl\:u-tracking-tight {
        letter-spacing: -0.05em !important;
    }

    .xl\:u-tracking-normal {
        letter-spacing: 0 !important;
    }

    .xl\:u-tracking-wide {
        letter-spacing: .05em !important;
    }

    .xl\:u-select-none {
        -webkit-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .xl\:u-select-text {
        -webkit-user-select: text !important;
        -ms-user-select: text !important;
        user-select: text !important;
    }

    .xl\:u-align-baseline {
        vertical-align: baseline !important;
    }

    .xl\:u-align-top {
        vertical-align: top !important;
    }

    .xl\:u-align-middle {
        vertical-align: middle !important;
    }

    .xl\:u-align-bottom {
        vertical-align: bottom !important;
    }

    .xl\:u-align-text-top {
        vertical-align: text-top !important;
    }

    .xl\:u-align-text-bottom {
        vertical-align: text-bottom !important;
    }

    .xl\:u-visible {
        visibility: visible !important;
    }

    .xl\:u-invisible {
        visibility: hidden !important;
    }

    .xl\:u-whitespace-normal {
        white-space: normal !important;
    }

    .xl\:u-whitespace-no-wrap {
        white-space: nowrap !important;
    }

    .xl\:u-whitespace-pre {
        white-space: pre !important;
    }

    .xl\:u-whitespace-pre-line {
        white-space: pre-line !important;
    }

    .xl\:u-whitespace-pre-wrap {
        white-space: pre-wrap !important;
    }

    .xl\:u-break-words {
        word-wrap: break-word !important;
    }

    .xl\:u-break-normal {
        word-wrap: normal !important;
    }

    .xl\:u-truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .xl\:u-w-0 {
        width: 0 !important;
    }

    .xl\:u-w-1 {
        width: .25rem !important;
    }

    .xl\:u-w-2 {
        width: .5rem !important;
    }

    .xl\:u-w-3 {
        width: .75rem !important;
    }

    .xl\:u-w-4 {
        width: 1rem !important;
    }

    .xl\:u-w-5 {
        width: 1.25rem !important;
    }

    .xl\:u-w-6 {
        width: 1.5rem !important;
    }

    .xl\:u-w-8 {
        width: 2rem !important;
    }

    .xl\:u-w-10 {
        width: 2.5rem !important;
    }

    .xl\:u-w-12 {
        width: 3rem !important;
    }

    .xl\:u-w-16 {
        width: 4rem !important;
    }

    .xl\:u-w-24 {
        width: 6rem !important;
    }

    .xl\:u-w-32 {
        width: 8rem !important;
    }

    .xl\:u-w-48 {
        width: 12rem !important;
    }

    .xl\:u-w-64 {
        width: 16rem !important;
    }

    .xl\:u-w-72 {
        width: 32rem !important;
    }

    .xl\:u-w-auto {
        width: auto !important;
    }

    .xl\:u-w-px {
        width: 1px !important;
    }

    .xl\:u-w-1\/2 {
        width: 50% !important;
    }

    .xl\:u-w-1\/3 {
        width: 33.33333% !important;
    }

    .xl\:u-w-2\/3 {
        width: 66.66667% !important;
    }

    .xl\:u-w-1\/4 {
        width: 25% !important;
    }

    .xl\:u-w-3\/4 {
        width: 75% !important;
    }

    .xl\:u-w-1\/5 {
        width: 20% !important;
    }

    .xl\:u-w-2\/5 {
        width: 40% !important;
    }

    .xl\:u-w-3\/5 {
        width: 60% !important;
    }

    .xl\:u-w-4\/5 {
        width: 80% !important;
    }

    .xl\:u-w-1\/6 {
        width: 16.66667% !important;
    }

    .xl\:u-w-5\/6 {
        width: 83.33333% !important;
    }

    .xl\:u-w-1\/8 {
        width: 12.5% !important;
    }

    .xl\:u-w-1\/12 {
        width: 8.333333%;
        !important;
    }

    .xl\:u-w-full {
        width: 100% !important;
    }

    .xl\:u-w-screen {
        width: 100vw !important;
    }

    .xl\:u-z-0 {
        z-index: 0 !important;
    }

    .xl\:u-z-10 {
        z-index: 10 !important;
    }

    .xl\:u-z-20 {
        z-index: 20 !important;
    }

    .xl\:u-z-30 {
        z-index: 30 !important;
    }

    .xl\:u-z-40 {
        z-index: 40 !important;
    }

    .xl\:u-z-50 {
        z-index: 50 !important;
    }

    .xl\:u-z-auto {
        z-index: auto !important;
    }

    .xl\:u-o-0 > * + * {
        margin-top: 0 !important;
    }

    .xl\:u-o-1 > * + * {
        margin-top: .25rem !important;
    }

    .xl\:u-o-2 > * + * {
        margin-top: .5rem !important;
    }

    .xl\:u-o-3 > * + * {
        margin-top: .75rem !important;
    }

    .xl\:u-o-4 > * + * {
        margin-top: 1rem !important;
    }

    .xl\:u-o-5 > * + * {
        margin-top: 1.25rem !important;
    }

    .xl\:u-o-6 > * + * {
        margin-top: 1.5rem !important;
    }

    .xl\:u-o-8 > * + * {
        margin-top: 2rem !important;
    }

    .xl\:u-o-10 > * + * {
        margin-top: 2.5rem !important;
    }

    .xl\:u-o-12 > * + * {
        margin-top: 3rem !important;
    }

    .xl\:u-o-16 > * + * {
        margin-top: 4rem !important;
    }

    .xl\:u-o-20 > * + * {
        margin-top: 5rem !important;
    }

    .xl\:u-o-24 > * + * {
        margin-top: 6rem !important;
    }

    .xl\:u-o-32 > * + * {
        margin-top: 8rem !important;
    }

    .xl\:u-o-40 > * + * {
        margin-top: 10rem !important;
    }

    .xl\:u-o-72 > * + * {
        margin-top: 18rem !important;
    }

    .xl\:u-o-px > * + * {
        margin-top: 1px !important;
    }

    .xl\:u-scrim-t-\31 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .xl\:u-scrim-t-\31 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .xl\:u-scrim-t-\31 \/2::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .xl\:u-scrim-t-\32 \/3::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .xl\:u-scrim-t-\33 \/4::after {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .xl\:hover\:u-scrim-t-\31 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 25%) !important;
    }

    .xl\:hover\:u-scrim-t-\31 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 33.33333%) !important;
    }

    .xl\:hover\:u-scrim-t-\31 \/2::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%) !important;
    }

    .xl\:hover\:u-scrim-t-\32 \/3::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 66.66666%) !important;
    }

    .xl\:hover\:u-scrim-t-\33 \/4::after:hover {
        content: " " !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 75%) !important;
    }

    .xl\:u-aspect-ratio-square {
        padding-top: 100% !important;
    }

    .xl\:u-aspect-ratio-16\/9 {
        padding-top: 56.25% !important;
    }

    .xl\:u-aspect-ratio-300\/257 {
        padding-top: 85.67% !important;
    }

    .xl\:u-aspect-ratio-304\/199 {
        padding-top: 65.46% !important;
    }

    .xl\:u-aspect-ratio-45\/43 {
        padding-top: 95.56% !important;
    }

    .xl\:u-transform-none {
        transform: none !important;
    }

    .xl\:u-translate-x-1 {
        transform: translateX(.25rem) !important;
    }

    .xl\:u-translate-y-1 {
        transform: translateY(.25rem) !important;
    }

    .xl\:u-translate-x-2 {
        transform: translateX(.5rem) !important;
    }

    .xl\:u-translate-y-2 {
        transform: translateY(.5rem) !important;
    }

    .xl\:u-translate-x-3 {
        transform: translateX(.75rem) !important;
    }

    .xl\:u-translate-y-3 {
        transform: translateY(.75rem) !important;
    }

    .xl\:u-translate-x-4 {
        transform: translateX(1rem) !important;
    }

    .xl\:u-translate-y-4 {
        transform: translateY(1rem) !important;
    }

    .xl\:u-translate-x-5 {
        transform: translateX(1.25rem) !important;
    }

    .xl\:u-translate-y-5 {
        transform: translateY(1.25rem) !important;
    }

    .xl\:u-translate-x-6 {
        transform: translateX(1.5rem) !important;
    }

    .xl\:u-translate-y-6 {
        transform: translateY(1.5rem) !important;
    }

    .xl\:u-translate-x-8 {
        transform: translateX(2rem) !important;
    }

    .xl\:u-translate-y-8 {
        transform: translateY(2rem) !important;
    }

    .xl\:u-translate-x-10 {
        transform: translateX(2.5rem) !important;
    }

    .xl\:u-translate-y-10 {
        transform: translateY(2.5rem) !important;
    }

    .xl\:u-translate-x-12 {
        transform: translateX(3rem) !important;
    }

    .xl\:u-translate-y-12 {
        transform: translateY(3rem) !important;
    }

    .xl\:u-translate-x-16 {
        transform: translateX(4rem) !important;
    }

    .xl\:u-translate-y-16 {
        transform: translateY(4rem) !important;
    }

    .xl\:u-translate-x-20 {
        transform: translateX(5rem) !important;
    }

    .xl\:u-translate-y-20 {
        transform: translateY(5rem) !important;
    }

    .xl\:u-translate-x-24 {
        transform: translateX(6rem) !important;
    }

    .xl\:u-translate-y-24 {
        transform: translateY(6rem) !important;
    }

    .xl\:u-translate-x-32 {
        transform: translateX(8rem) !important;
    }

    .xl\:u-translate-y-32 {
        transform: translateY(8rem) !important;
    }

    .xl\:u-translate-x-1\/2 {
        transform: translateX(50%) !important;
    }

    .xl\:u-translate-y-1\/2 {
        transform: translateY(50%) !important;
    }

    .xl\:u--translate-x-1 {
        transform: translateX(-0.25rem) !important;
    }

    .xl\:u--translate-y-1 {
        transform: translateY(-0.25rem) !important;
    }

    .xl\:u--translate-x-2 {
        transform: translateX(-0.5rem) !important;
    }

    .xl\:u--translate-y-2 {
        transform: translateY(-0.5rem) !important;
    }

    .xl\:u--translate-x-3 {
        transform: translateX(-0.75rem) !important;
    }

    .xl\:u--translate-y-3 {
        transform: translateY(-0.75rem) !important;
    }

    .xl\:u--translate-x-4 {
        transform: translateX(-1rem) !important;
    }

    .xl\:u--translate-y-4 {
        transform: translateY(-1rem) !important;
    }

    .xl\:u--translate-x-5 {
        transform: translateX(-1.25rem) !important;
    }

    .xl\:u--translate-y-5 {
        transform: translateY(-1.25rem) !important;
    }

    .xl\:u--translate-x-6 {
        transform: translateX(-1.5rem) !important;
    }

    .xl\:u--translate-y-6 {
        transform: translateY(-1.5rem) !important;
    }

    .xl\:u--translate-x-8 {
        transform: translateX(-2rem) !important;
    }

    .xl\:u--translate-y-8 {
        transform: translateY(-2rem) !important;
    }

    .xl\:u--translate-x-10 {
        transform: translateX(-2.5rem) !important;
    }

    .xl\:u--translate-y-10 {
        transform: translateY(-2.5rem) !important;
    }

    .xl\:u--translate-x-12 {
        transform: translateX(-3rem) !important;
    }

    .xl\:u--translate-y-12 {
        transform: translateY(-3rem) !important;
    }

    .xl\:u--translate-x-16 {
        transform: translateX(-4rem) !important;
    }

    .xl\:u--translate-y-16 {
        transform: translateY(-4rem) !important;
    }

    .xl\:u--translate-x-20 {
        transform: translateX(-5rem) !important;
    }

    .xl\:u--translate-y-20 {
        transform: translateY(-5rem) !important;
    }

    .xl\:u--translate-x-24 {
        transform: translateX(-6rem) !important;
    }

    .xl\:u--translate-y-24 {
        transform: translateY(-6rem) !important;
    }

    .xl\:u--translate-x-32 {
        transform: translateX(-8rem) !important;
    }

    .xl\:u--translate-y-32 {
        transform: translateY(-8rem) !important;
    }

    .xl\:u--translate-x-1\/2 {
        transform: translateX(-50%) !important;
    }

    .xl\:u--translate-y-1\/2 {
        transform: translateY(-50%) !important;
    }

    .xl\:u-scale-90 {
        transform: scale(.9) !important;
    }

    .xl\:u-scale-x-90 {
        transform: scaleX(.9) !important;
    }

    .xl\:u-scale-y-90 {
        transform: scaleY(.9) !important;
    }

    .xl\:u-scale-100 {
        transform: scale(1) !important;
    }

    .xl\:u-scale-x-100 {
        transform: scaleX(1) !important;
    }

    .xl\:u-scale-y-100 {
        transform: scaleY(1) !important;
    }

    .xl\:u-scale-110 {
        transform: scale(1.1) !important;
    }

    .xl\:u-scale-x-110 {
        transform: scaleX(1.1) !important;
    }

    .xl\:u-scale-y-110 {
        transform: scaleY(1.1) !important;
    }

    .xl\:hocus\:u-transform-none:hover,
    .xl\:hocus\:u-transform-none:focus {
        transform: none !important;
    }

    .xl\:hocus\:u-translate-x-1:hover,
    .xl\:hocus\:u-translate-x-1:focus {
        transform: translateX(.25rem) !important;
    }

    .xl\:hocus\:u-translate-y-1:hover,
    .xl\:hocus\:u-translate-y-1:focus {
        transform: translateY(.25rem) !important;
    }

    .xl\:hocus\:u-translate-x-2:hover,
    .xl\:hocus\:u-translate-x-2:focus {
        transform: translateX(.5rem) !important;
    }

    .xl\:hocus\:u-translate-y-2:hover,
    .xl\:hocus\:u-translate-y-2:focus {
        transform: translateY(.5rem) !important;
    }

    .xl\:hocus\:u-translate-x-3:hover,
    .xl\:hocus\:u-translate-x-3:focus {
        transform: translateX(.75rem) !important;
    }

    .xl\:hocus\:u-translate-y-3:hover,
    .xl\:hocus\:u-translate-y-3:focus {
        transform: translateY(.75rem) !important;
    }

    .xl\:hocus\:u-translate-x-4:hover,
    .xl\:hocus\:u-translate-x-4:focus {
        transform: translateX(1rem) !important;
    }

    .xl\:hocus\:u-translate-y-4:hover,
    .xl\:hocus\:u-translate-y-4:focus {
        transform: translateY(1rem) !important;
    }

    .xl\:hocus\:u-translate-x-5:hover,
    .xl\:hocus\:u-translate-x-5:focus {
        transform: translateX(1.25rem) !important;
    }

    .xl\:hocus\:u-translate-y-5:hover,
    .xl\:hocus\:u-translate-y-5:focus {
        transform: translateY(1.25rem) !important;
    }

    .xl\:hocus\:u-translate-x-6:hover,
    .xl\:hocus\:u-translate-x-6:focus {
        transform: translateX(1.5rem) !important;
    }

    .xl\:hocus\:u-translate-y-6:hover,
    .xl\:hocus\:u-translate-y-6:focus {
        transform: translateY(1.5rem) !important;
    }

    .xl\:hocus\:u-translate-x-8:hover,
    .xl\:hocus\:u-translate-x-8:focus {
        transform: translateX(2rem) !important;
    }

    .xl\:hocus\:u-translate-y-8:hover,
    .xl\:hocus\:u-translate-y-8:focus {
        transform: translateY(2rem) !important;
    }

    .xl\:hocus\:u-translate-x-10:hover,
    .xl\:hocus\:u-translate-x-10:focus {
        transform: translateX(2.5rem) !important;
    }

    .xl\:hocus\:u-translate-y-10:hover,
    .xl\:hocus\:u-translate-y-10:focus {
        transform: translateY(2.5rem) !important;
    }

    .xl\:hocus\:u-translate-x-12:hover,
    .xl\:hocus\:u-translate-x-12:focus {
        transform: translateX(3rem) !important;
    }

    .xl\:hocus\:u-translate-y-12:hover,
    .xl\:hocus\:u-translate-y-12:focus {
        transform: translateY(3rem) !important;
    }

    .xl\:hocus\:u-translate-x-16:hover,
    .xl\:hocus\:u-translate-x-16:focus {
        transform: translateX(4rem) !important;
    }

    .xl\:hocus\:u-translate-y-16:hover,
    .xl\:hocus\:u-translate-y-16:focus {
        transform: translateY(4rem) !important;
    }

    .xl\:hocus\:u-translate-x-20:hover,
    .xl\:hocus\:u-translate-x-20:focus {
        transform: translateX(5rem) !important;
    }

    .xl\:hocus\:u-translate-y-20:hover,
    .xl\:hocus\:u-translate-y-20:focus {
        transform: translateY(5rem) !important;
    }

    .xl\:hocus\:u-translate-x-24:hover,
    .xl\:hocus\:u-translate-x-24:focus {
        transform: translateX(6rem) !important;
    }

    .xl\:hocus\:u-translate-y-24:hover,
    .xl\:hocus\:u-translate-y-24:focus {
        transform: translateY(6rem) !important;
    }

    .xl\:hocus\:u-translate-x-32:hover,
    .xl\:hocus\:u-translate-x-32:focus {
        transform: translateX(8rem) !important;
    }

    .xl\:hocus\:u-translate-y-32:hover,
    .xl\:hocus\:u-translate-y-32:focus {
        transform: translateY(8rem) !important;
    }

    .xl\:hocus\:u-translate-x-1\/2:hover,
    .xl\:hocus\:u-translate-x-1\/2:focus {
        transform: translateX(50%) !important;
    }

    .xl\:hocus\:u-translate-y-1\/2:hover,
    .xl\:hocus\:u-translate-y-1\/2:focus {
        transform: translateY(50%) !important;
    }

    .xl\:hocus\:u--translate-x-1:hover,
    .xl\:hocus\:u--translate-x-1:focus {
        transform: translateX(-0.25rem) !important;
    }

    .xl\:hocus\:u--translate-y-1:hover,
    .xl\:hocus\:u--translate-y-1:focus {
        transform: translateY(-0.25rem) !important;
    }

    .xl\:hocus\:u--translate-x-2:hover,
    .xl\:hocus\:u--translate-x-2:focus {
        transform: translateX(-0.5rem) !important;
    }

    .xl\:hocus\:u--translate-y-2:hover,
    .xl\:hocus\:u--translate-y-2:focus {
        transform: translateY(-0.5rem) !important;
    }

    .xl\:hocus\:u--translate-x-3:hover,
    .xl\:hocus\:u--translate-x-3:focus {
        transform: translateX(-0.75rem) !important;
    }

    .xl\:hocus\:u--translate-y-3:hover,
    .xl\:hocus\:u--translate-y-3:focus {
        transform: translateY(-0.75rem) !important;
    }

    .xl\:hocus\:u--translate-x-4:hover,
    .xl\:hocus\:u--translate-x-4:focus {
        transform: translateX(-1rem) !important;
    }

    .xl\:hocus\:u--translate-y-4:hover,
    .xl\:hocus\:u--translate-y-4:focus {
        transform: translateY(-1rem) !important;
    }

    .xl\:hocus\:u--translate-x-5:hover,
    .xl\:hocus\:u--translate-x-5:focus {
        transform: translateX(-1.25rem) !important;
    }

    .xl\:hocus\:u--translate-y-5:hover,
    .xl\:hocus\:u--translate-y-5:focus {
        transform: translateY(-1.25rem) !important;
    }

    .xl\:hocus\:u--translate-x-6:hover,
    .xl\:hocus\:u--translate-x-6:focus {
        transform: translateX(-1.5rem) !important;
    }

    .xl\:hocus\:u--translate-y-6:hover,
    .xl\:hocus\:u--translate-y-6:focus {
        transform: translateY(-1.5rem) !important;
    }

    .xl\:hocus\:u--translate-x-8:hover,
    .xl\:hocus\:u--translate-x-8:focus {
        transform: translateX(-2rem) !important;
    }

    .xl\:hocus\:u--translate-y-8:hover,
    .xl\:hocus\:u--translate-y-8:focus {
        transform: translateY(-2rem) !important;
    }

    .xl\:hocus\:u--translate-x-10:hover,
    .xl\:hocus\:u--translate-x-10:focus {
        transform: translateX(-2.5rem) !important;
    }

    .xl\:hocus\:u--translate-y-10:hover,
    .xl\:hocus\:u--translate-y-10:focus {
        transform: translateY(-2.5rem) !important;
    }

    .xl\:hocus\:u--translate-x-12:hover,
    .xl\:hocus\:u--translate-x-12:focus {
        transform: translateX(-3rem) !important;
    }

    .xl\:hocus\:u--translate-y-12:hover,
    .xl\:hocus\:u--translate-y-12:focus {
        transform: translateY(-3rem) !important;
    }

    .xl\:hocus\:u--translate-x-16:hover,
    .xl\:hocus\:u--translate-x-16:focus {
        transform: translateX(-4rem) !important;
    }

    .xl\:hocus\:u--translate-y-16:hover,
    .xl\:hocus\:u--translate-y-16:focus {
        transform: translateY(-4rem) !important;
    }

    .xl\:hocus\:u--translate-x-20:hover,
    .xl\:hocus\:u--translate-x-20:focus {
        transform: translateX(-5rem) !important;
    }

    .xl\:hocus\:u--translate-y-20:hover,
    .xl\:hocus\:u--translate-y-20:focus {
        transform: translateY(-5rem) !important;
    }

    .xl\:hocus\:u--translate-x-24:hover,
    .xl\:hocus\:u--translate-x-24:focus {
        transform: translateX(-6rem) !important;
    }

    .xl\:hocus\:u--translate-y-24:hover,
    .xl\:hocus\:u--translate-y-24:focus {
        transform: translateY(-6rem) !important;
    }

    .xl\:hocus\:u--translate-x-32:hover,
    .xl\:hocus\:u--translate-x-32:focus {
        transform: translateX(-8rem) !important;
    }

    .xl\:hocus\:u--translate-y-32:hover,
    .xl\:hocus\:u--translate-y-32:focus {
        transform: translateY(-8rem) !important;
    }

    .xl\:hocus\:u--translate-x-1\/2:hover,
    .xl\:hocus\:u--translate-x-1\/2:focus {
        transform: translateX(-50%) !important;
    }

    .xl\:hocus\:u--translate-y-1\/2:hover,
    .xl\:hocus\:u--translate-y-1\/2:focus {
        transform: translateY(-50%) !important;
    }

    .xl\:hocus\:u-scale-90:hover,
    .xl\:hocus\:u-scale-90:focus {
        transform: scale(.9) !important;
    }

    .xl\:hocus\:u-scale-x-90:hover,
    .xl\:hocus\:u-scale-x-90:focus {
        transform: scaleX(.9) !important;
    }

    .xl\:hocus\:u-scale-y-90:hover,
    .xl\:hocus\:u-scale-y-90:focus {
        transform: scaleY(.9) !important;
    }

    .xl\:hocus\:u-scale-100:hover,
    .xl\:hocus\:u-scale-100:focus {
        transform: scale(1) !important;
    }

    .xl\:hocus\:u-scale-x-100:hover,
    .xl\:hocus\:u-scale-x-100:focus {
        transform: scaleX(1) !important;
    }

    .xl\:hocus\:u-scale-y-100:hover,
    .xl\:hocus\:u-scale-y-100:focus {
        transform: scaleY(1) !important;
    }

    .xl\:hocus\:u-scale-110:hover,
    .xl\:hocus\:u-scale-110:focus {
        transform: scale(1.1) !important;
    }

    .xl\:hocus\:u-scale-x-110:hover,
    .xl\:hocus\:u-scale-x-110:focus {
        transform: scaleX(1.1) !important;
    }

    .xl\:hocus\:u-scale-y-110:hover,
    .xl\:hocus\:u-scale-y-110:focus {
        transform: scaleY(1.1) !important;
    }

    .xl\:u--overlay-87 {
        top: calc((87px / 2) * -1);
    }
}

/*# sourceMappingURL=utilities.css.map */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.sticky {
    top: 0;
    z-index: 99;
    /* Safari */
    position: sticky;
}

@media (min-width: 480px) {
    .sm\:sticky {
        top: 0;
        z-index: 99;
        /* Safari */
        position: sticky;
    }
}

@media (min-width: 768px) {
    .md\:sticky {
        top: 0;
        z-index: 99;
        /* Safari */
        position: sticky;
    }
}

@media (min-width: 1024px) {
    .lg\:sticky {
        top: 0;
        z-index: 99;
        /* Safari */
        position: sticky;
    }
}

.z-index-150 {
    z-index: 150;
}

.short-border {
    position: relative;
}

    .short-border::after {
        content: "";
        background-color: #ffc700;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--general .brand-highlight {
    color: #00f;
    border-color: #00f;
}

.brand--general .brand-highlight--hover:hover {
    border-color: #00f;
}

.brand--general a:hover {
    color: #00f;
    cursor: pointer;
}

.brand--general a.is-active {
    color: #00f;
}

.brand--general.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--general.featured-players .tabs a.is-active {
        background-color: #00f;
    }

.brand--general .brand-bg {
    background-color: #00f;
    color: white;
}

    .brand--general .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--general .btn--brand {
    background-color: #00f;
    color: white;
}

    .brand--general .btn--brand:hover {
        color: #00f;
    }

.brand--general .btn--brand-white {
    background-color: #00f;
    color: white;
}

    .brand--general .btn--brand-white:hover {
        background: white;
        color: #00f;
    }

.brand--general .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/general_full.png);
}

.brand--general .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/general_half.png);
}

.brand--general .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--general .brand-stroke {
    stroke: #00f !important;
}

.brand--general .brand-border {
    border-color: #00f;
}

.brand--general .brand-border--grey {
    border-color: #dadada;
}

    .brand--general .brand-border--grey:hover {
        border-color: #00f;
    }

.brand--general .short-border {
    position: relative;
}

    .brand--general .short-border::after {
        content: "";
        background-color: #00f;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--general .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--general .brand-color {
    color: #00f;
}

.brand--general .brand-color-hover:hover {
    color: #00f !important;
}

.brand--general .brand-color-focus:focus {
    color: #00f !important;
}

.brand--general a.brand-color:hover,
.brand--general button.brand-color:hover {
    color: #00f;
}

.brand--general .brand-hover {
    color: #00f;
}

    .brand--general .brand-hover:hover {
        color: #00f;
    }

.brand--general .brand-hover--alt {
    color: #05001e;
}

    .brand--general .brand-hover--alt:hover {
        color: #00f;
    }

.brand--general .vdatetime-popup__header {
    background-color: #00f;
    color: #05001e;
}

.brand--general .vdatetime-calendar__month__day--selected > span > span,
.brand--general .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #00f;
    color: #05001e;
}

.brand--general .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--general .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--general .vdatetime-year-picker__item--selected,
.brand--general .vdatetime-month-picker__item--selected {
    color: #00f;
}

.brand--general .article-listing-component a:hover,
.brand--general .c-article-listing-summary a:hover {
    color: #00f;
}

.brand--euro .brand-highlight {
    color: #f00;
    border-color: #f00;
}

.brand--euro .brand-highlight--hover:hover {
    border-color: #f00;
}

.brand--euro a:hover {
    color: #f00;
    cursor: pointer;
}

.brand--euro a.is-active {
    color: #f00;
}

.brand--euro.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--euro.featured-players .tabs a.is-active {
        background-color: #f00;
    }

.brand--euro .brand-bg {
    background-color: #f00;
    color: white;
}

    .brand--euro .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--euro .btn--brand {
    background-color: #f00;
    color: white;
}

    .brand--euro .btn--brand:hover {
        color: #00f;
    }

.brand--euro .btn--brand-white {
    background-color: #f00;
    color: white;
}

    .brand--euro .btn--brand-white:hover {
        background: white;
        color: #f00;
    }

.brand--euro .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/euro_full.png);
}

.brand--euro .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/euro_half.png);
}

.brand--euro .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--euro .brand-stroke {
    stroke: #f00 !important;
}

.brand--euro .brand-border {
    border-color: #f00;
}

.brand--euro .brand-border--grey {
    border-color: #dadada;
}

    .brand--euro .brand-border--grey:hover {
        border-color: #f00;
    }

.brand--euro .short-border {
    position: relative;
}

    .brand--euro .short-border::after {
        content: "";
        background-color: #f00;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--euro .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--euro .brand-color {
    color: #f00;
}

.brand--euro .brand-color-hover:hover {
    color: #f00 !important;
}

.brand--euro .brand-color-focus:focus {
    color: #f00 !important;
}

.brand--euro a.brand-color:hover,
.brand--euro button.brand-color:hover {
    color: #00f;
}

.brand--euro .brand-hover {
    color: #00f;
}

    .brand--euro .brand-hover:hover {
        color: #f00;
    }

.brand--euro .brand-hover--alt {
    color: #05001e;
}

    .brand--euro .brand-hover--alt:hover {
        color: #f00;
    }

.brand--euro .vdatetime-popup__header {
    background-color: #f00;
    color: #05001e;
}

.brand--euro .vdatetime-calendar__month__day--selected > span > span,
.brand--euro .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #f00;
    color: #05001e;
}

.brand--euro .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--euro .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--euro .vdatetime-year-picker__item--selected,
.brand--euro .vdatetime-month-picker__item--selected {
    color: #f00;
}

.brand--euro .article-listing-component a:hover,
.brand--euro .c-article-listing-summary a:hover {
    color: #f00;
}

.brand--beach .brand-highlight {
    color: #ff9e6d;
    border-color: #ff9e6d;
}

.brand--beach .brand-highlight--hover:hover {
    border-color: #ff9e6d;
}

.brand--beach a:hover {
    color: #ff9e6d;
    cursor: pointer;
}

.brand--beach a.is-active {
    color: #ff9e6d;
}

.brand--beach.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--beach.featured-players .tabs a.is-active {
        background-color: #ff9e6d;
    }

.brand--beach .brand-bg {
    background-color: #ff9e6d;
    color: white;
}

    .brand--beach .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--beach .btn--brand {
    background-color: #ff9e6d;
    color: white;
}

    .brand--beach .btn--brand:hover {
        color: #00f;
    }

.brand--beach .btn--brand-white {
    background-color: #ff9e6d;
    color: white;
}

    .brand--beach .btn--brand-white:hover {
        background: white;
        color: #ff9e6d;
    }

.brand--beach .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/beach_full.png);
}

.brand--beach .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/beach_half.png);
}

.brand--beach .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--beach .brand-stroke {
    stroke: #ff9e6d !important;
}

.brand--beach .brand-border {
    border-color: #ff9e6d;
}

.brand--beach .brand-border--grey {
    border-color: #dadada;
}

    .brand--beach .brand-border--grey:hover {
        border-color: #ff9e6d;
    }

.brand--beach .short-border {
    position: relative;
}

    .brand--beach .short-border::after {
        content: "";
        background-color: #ff9e6d;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--beach .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--beach .brand-color {
    color: #ff9e6d;
}

.brand--beach .brand-color-hover:hover {
    color: #ff9e6d !important;
}

.brand--beach .brand-color-focus:focus {
    color: #ff9e6d !important;
}

.brand--beach a.brand-color:hover,
.brand--beach button.brand-color:hover {
    color: #00f;
}

.brand--beach .brand-hover {
    color: #00f;
}

    .brand--beach .brand-hover:hover {
        color: #ff9e6d;
    }

.brand--beach .brand-hover--alt {
    color: #05001e;
}

    .brand--beach .brand-hover--alt:hover {
        color: #ff9e6d;
    }

.brand--beach .vdatetime-popup__header {
    background-color: #ff9e6d;
    color: #05001e;
}

.brand--beach .vdatetime-calendar__month__day--selected > span > span,
.brand--beach .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #ff9e6d;
    color: #05001e;
}

.brand--beach .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--beach .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--beach .vdatetime-year-picker__item--selected,
.brand--beach .vdatetime-month-picker__item--selected {
    color: #ff9e6d;
}

.brand--beach .article-listing-component a:hover,
.brand--beach .c-article-listing-summary a:hover {
    color: #ff9e6d;
}

.brand--snow .brand-highlight {
    color: #0ff;
    border-color: #0ff;
}

.brand--snow .brand-highlight--hover:hover {
    border-color: #0ff;
}

.brand--snow a:hover {
    color: #0ff;
    cursor: pointer;
}

.brand--snow a.is-active {
    color: #0ff;
}

.brand--snow.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--snow.featured-players .tabs a.is-active {
        background-color: #0ff;
    }

.brand--snow .brand-bg {
    background-color: #0ff;
    color: white;
}

    .brand--snow .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--snow .btn--brand {
    background-color: #0ff;
    color: white;
}

    .brand--snow .btn--brand:hover {
        color: #00f;
    }

.brand--snow .btn--brand-white {
    background-color: #0ff;
    color: white;
}

    .brand--snow .btn--brand-white:hover {
        background: white;
        color: #0ff;
    }

.brand--snow .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/snow_full.png);
}

.brand--snow .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/snow_half.png);
}

.brand--snow .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--snow .brand-stroke {
    stroke: #0ff !important;
}

.brand--snow .brand-border {
    border-color: #0ff;
}

.brand--snow .brand-border--grey {
    border-color: #dadada;
}

    .brand--snow .brand-border--grey:hover {
        border-color: #0ff;
    }

.brand--snow .short-border {
    position: relative;
}

    .brand--snow .short-border::after {
        content: "";
        background-color: #0ff;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--snow .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--snow .brand-color {
    color: #0ff;
}

.brand--snow .brand-color-hover:hover {
    color: #0ff !important;
}

.brand--snow .brand-color-focus:focus {
    color: #0ff !important;
}

.brand--snow a.brand-color:hover,
.brand--snow button.brand-color:hover {
    color: #00f;
}

.brand--snow .brand-hover {
    color: #00f;
}

    .brand--snow .brand-hover:hover {
        color: #0ff;
    }

.brand--snow .brand-hover--alt {
    color: #05001e;
}

    .brand--snow .brand-hover--alt:hover {
        color: #0ff;
    }

.brand--snow .vdatetime-popup__header {
    background-color: #0ff;
    color: #05001e;
}

.brand--snow .vdatetime-calendar__month__day--selected > span > span,
.brand--snow .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #0ff;
    color: #05001e;
}

.brand--snow .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--snow .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--snow .vdatetime-year-picker__item--selected,
.brand--snow .vdatetime-month-picker__item--selected {
    color: #0ff;
}

.brand--snow .article-listing-component a:hover,
.brand--snow .c-article-listing-summary a:hover {
    color: #0ff;
}

.brand--indoor .brand-highlight {
    color: #0f0;
    border-color: #0f0;
}

.brand--indoor .brand-highlight--hover:hover {
    border-color: #0f0;
}

.brand--indoor a:hover {
    color: #0f0;
    cursor: pointer;
}

.brand--indoor a.is-active {
    color: #0f0;
}

.brand--indoor.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--indoor.featured-players .tabs a.is-active {
        background-color: #0f0;
    }

.brand--indoor .brand-bg {
    background-color: #0f0;
    color: white;
}

    .brand--indoor .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--indoor .btn--brand {
    background-color: #0f0;
    color: white;
}

    .brand--indoor .btn--brand:hover {
        color: #00f;
    }

.brand--indoor .btn--brand-white {
    background-color: #0f0;
    color: white;
}

    .brand--indoor .btn--brand-white:hover {
        background: white;
        color: #0f0;
    }

.brand--indoor .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/indoor_full.png);
}

.brand--indoor .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/indoor_half.png);
}

.brand--indoor .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--indoor .brand-stroke {
    stroke: #0f0 !important;
}

.brand--indoor .brand-border {
    border-color: #0f0;
}

.brand--indoor .brand-border--grey {
    border-color: #dadada;
}

    .brand--indoor .brand-border--grey:hover {
        border-color: #0f0;
    }

.brand--indoor .short-border {
    position: relative;
}

    .brand--indoor .short-border::after {
        content: "";
        background-color: #0f0;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--indoor .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--indoor .brand-color {
    color: #0f0;
}

.brand--indoor .brand-color-hover:hover {
    color: #0f0 !important;
}

.brand--indoor .brand-color-focus:focus {
    color: #0f0 !important;
}

.brand--indoor a.brand-color:hover,
.brand--indoor button.brand-color:hover {
    color: #00f;
}

.brand--indoor .brand-hover {
    color: #00f;
}

    .brand--indoor .brand-hover:hover {
        color: #0f0;
    }

.brand--indoor .brand-hover--alt {
    color: #05001e;
}

    .brand--indoor .brand-hover--alt:hover {
        color: #0f0;
    }

.brand--indoor .vdatetime-popup__header {
    background-color: #0f0;
    color: #05001e;
}

.brand--indoor .vdatetime-calendar__month__day--selected > span > span,
.brand--indoor .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #0f0;
    color: #05001e;
}

.brand--indoor .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--indoor .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--indoor .vdatetime-year-picker__item--selected,
.brand--indoor .vdatetime-month-picker__item--selected {
    color: #0f0;
}

.brand--indoor .article-listing-component a:hover,
.brand--indoor .c-article-listing-summary a:hover {
    color: #0f0;
}

.brand--cev .brand-highlight {
    color: #ffc700;
    border-color: #ffc700;
}

.brand--cev .brand-highlight--hover:hover {
    border-color: #ffc700;
}

.brand--cev a:hover {
    color: #ffc700;
    cursor: pointer;
}

.brand--cev a.is-active {
    color: #ffc700;
}

.brand--cev.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--cev.featured-players .tabs a.is-active {
        background-color: #ffc700;
    }

.brand--cev .brand-bg {
    background-color: #ffc700;
    color: white;
}

    .brand--cev .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--cev .btn--brand {
    background-color: #ffc700;
    color: white;
}

    .brand--cev .btn--brand:hover {
        color: #00f;
    }

.brand--cev .btn--brand-white {
    background-color: #ffc700;
    color: white;
}

    .brand--cev .btn--brand-white:hover {
        background: white;
        color: #ffc700;
    }

.brand--cev .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/cev_full.png);
}

.brand--cev .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/cev_half.png);
}

.brand--cev .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--cev .brand-stroke {
    stroke: #ffc700 !important;
}

.brand--cev .brand-border {
    border-color: #ffc700;
}

.brand--cev .brand-border--grey {
    border-color: #dadada;
}

    .brand--cev .brand-border--grey:hover {
        border-color: #ffc700;
    }

.brand--cev .short-border {
    position: relative;
}

    .brand--cev .short-border::after {
        content: "";
        background-color: #ffc700;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--cev .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--cev .brand-color {
    color: #ffc700;
}

.brand--cev .brand-color-hover:hover {
    color: #ffc700 !important;
}

.brand--cev .brand-color-focus:focus {
    color: #ffc700 !important;
}

.brand--cev a.brand-color:hover,
.brand--cev button.brand-color:hover {
    color: #00f;
}

.brand--cev .brand-hover {
    color: #00f;
}

    .brand--cev .brand-hover:hover {
        color: #ffc700;
    }

.brand--cev .brand-hover--alt {
    color: #05001e;
}

    .brand--cev .brand-hover--alt:hover {
        color: #ffc700;
    }

.brand--cev .vdatetime-popup__header {
    background-color: #ffc700;
    color: #05001e;
}

.brand--cev .vdatetime-calendar__month__day--selected > span > span,
.brand--cev .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #ffc700;
    color: #05001e;
}

.brand--cev .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--cev .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--cev .vdatetime-year-picker__item--selected,
.brand--cev .vdatetime-month-picker__item--selected {
    color: #ffc700;
}

.brand--cev .article-listing-component a:hover,
.brand--cev .c-article-listing-summary a:hover {
    color: #ffc700;
}

.brand--olympic .brand-highlight {
    color: #e10e49;
    border-color: #e10e49;
}

.brand--olympic .brand-highlight--hover:hover {
    border-color: #e10e49;
}

.brand--olympic a:hover {
    color: #e10e49;
    cursor: pointer;
}

.brand--olympic a.is-active {
    color: #e10e49;
}

.brand--olympic.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--olympic.featured-players .tabs a.is-active {
        background-color: #e10e49;
    }

.brand--olympic .brand-bg {
    background-color: #e10e49;
    color: white;
}

    .brand--olympic .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--olympic .btn--brand {
    background-color: #e10e49;
    color: white;
}

    .brand--olympic .btn--brand:hover {
        color: #00f;
    }

.brand--olympic .btn--brand-white {
    background-color: #e10e49;
    color: white;
}

    .brand--olympic .btn--brand-white:hover {
        background: white;
        color: #e10e49;
    }

.brand--olympic .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/olympic_full.png);
}

.brand--olympic .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/olympic_half.png);
}

.brand--olympic .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--olympic .brand-stroke {
    stroke: #e10e49 !important;
}

.brand--olympic .brand-border {
    border-color: #e10e49;
}

.brand--olympic .brand-border--grey {
    border-color: #dadada;
}

    .brand--olympic .brand-border--grey:hover {
        border-color: #e10e49;
    }

.brand--olympic .short-border {
    position: relative;
}

    .brand--olympic .short-border::after {
        content: "";
        background-color: #e10e49;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--olympic .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--olympic .brand-color {
    color: #e10e49;
}

.brand--olympic .brand-color-hover:hover {
    color: #e10e49 !important;
}

.brand--olympic .brand-color-focus:focus {
    color: #e10e49 !important;
}

.brand--olympic a.brand-color:hover,
.brand--olympic button.brand-color:hover {
    color: #00f;
}

.brand--olympic .brand-hover {
    color: #00f;
}

    .brand--olympic .brand-hover:hover {
        color: #e10e49;
    }

.brand--olympic .brand-hover--alt {
    color: #05001e;
}

    .brand--olympic .brand-hover--alt:hover {
        color: #e10e49;
    }

.brand--olympic .vdatetime-popup__header {
    background-color: #e10e49;
    color: #05001e;
}

.brand--olympic .vdatetime-calendar__month__day--selected > span > span,
.brand--olympic .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #e10e49;
    color: #05001e;
}

.brand--olympic .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--olympic .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--olympic .vdatetime-year-picker__item--selected,
.brand--olympic .vdatetime-month-picker__item--selected {
    color: #e10e49;
}

.brand--olympic .article-listing-component a:hover,
.brand--olympic .c-article-listing-summary a:hover {
    color: #e10e49;
}

.brand--champ .brand-highlight {
    color: #0f0;
    border-color: #0f0;
}

.brand--champ .brand-highlight--hover:hover {
    border-color: #0f0;
}

.brand--champ a:hover {
    color: #0f0;
    cursor: pointer;
}

.brand--champ a.is-active {
    color: #0f0;
}

.brand--champ.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--champ.featured-players .tabs a.is-active {
        background-color: #0f0;
    }

.brand--champ .brand-bg {
    background-color: #0f0;
    color: white;
}

    .brand--champ .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--champ .btn--brand {
    background-color: #0f0;
    color: white;
}

    .brand--champ .btn--brand:hover {
        color: #00f;
    }

.brand--champ .btn--brand-white {
    background-color: #0f0;
    color: white;
}

    .brand--champ .btn--brand-white:hover {
        background: white;
        color: #0f0;
    }

.brand--champ .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/champ_full.png);
}

.brand--champ .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/champ_half.png);
}

.brand--champ .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--champ .brand-stroke {
    stroke: #0f0 !important;
}

.brand--champ .brand-border {
    border-color: #0f0;
}

.brand--champ .brand-border--grey {
    border-color: #dadada;
}

    .brand--champ .brand-border--grey:hover {
        border-color: #0f0;
    }

.brand--champ .short-border {
    position: relative;
}

    .brand--champ .short-border::after {
        content: "";
        background-color: #0f0;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--champ .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--champ .brand-color {
    color: #0f0;
}

.brand--champ .brand-color-hover:hover {
    color: #0f0 !important;
}

.brand--champ .brand-color-focus:focus {
    color: #0f0 !important;
}

.brand--champ a.brand-color:hover,
.brand--champ button.brand-color:hover {
    color: #00f;
}

.brand--champ .brand-hover {
    color: #00f;
}

    .brand--champ .brand-hover:hover {
        color: #0f0;
    }

.brand--champ .brand-hover--alt {
    color: #05001e;
}

    .brand--champ .brand-hover--alt:hover {
        color: #0f0;
    }

.brand--champ .vdatetime-popup__header {
    background-color: #0f0;
    color: #05001e;
}

.brand--champ .vdatetime-calendar__month__day--selected > span > span,
.brand--champ .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #0f0;
    color: #05001e;
}

.brand--champ .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--champ .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--champ .vdatetime-year-picker__item--selected,
.brand--champ .vdatetime-month-picker__item--selected {
    color: #0f0;
}

.brand--champ .article-listing-component a:hover,
.brand--champ .c-article-listing-summary a:hover {
    color: #0f0;
}

.brand--leaguegold .brand-highlight {
    color: #b79c41;
    border-color: #b79c41;
}

.brand--leaguegold .brand-highlight--hover:hover {
    border-color: #b79c41;
}

.brand--leaguegold a:hover {
    color: #b79c41;
    cursor: pointer;
}

.brand--leaguegold a.is-active {
    color: #b79c41;
}

.brand--leaguegold.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--leaguegold.featured-players .tabs a.is-active {
        background-color: #b79c41;
    }

.brand--leaguegold .brand-bg {
    background-color: #b79c41;
    color: white;
}

    .brand--leaguegold .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--leaguegold .btn--brand {
    background-color: #b79c41;
    color: white;
}

    .brand--leaguegold .btn--brand:hover {
        color: #00f;
    }

.brand--leaguegold .btn--brand-white {
    background-color: #b79c41;
    color: white;
}

    .brand--leaguegold .btn--brand-white:hover {
        background: white;
        color: #b79c41;
    }

.brand--leaguegold .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/leaguegold_full.png);
}

.brand--leaguegold .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/leaguegold_half.png);
}

.brand--leaguegold .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--leaguegold .brand-stroke {
    stroke: #b79c41 !important;
}

.brand--leaguegold .brand-border {
    border-color: #b79c41;
}

.brand--leaguegold .brand-border--grey {
    border-color: #dadada;
}

    .brand--leaguegold .brand-border--grey:hover {
        border-color: #b79c41;
    }

.brand--leaguegold .short-border {
    position: relative;
}

    .brand--leaguegold .short-border::after {
        content: "";
        background-color: #b79c41;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--leaguegold .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--leaguegold .brand-color {
    color: #b79c41;
}

.brand--leaguegold .brand-color-hover:hover {
    color: #b79c41 !important;
}

.brand--leaguegold .brand-color-focus:focus {
    color: #b79c41 !important;
}

.brand--leaguegold a.brand-color:hover,
.brand--leaguegold button.brand-color:hover {
    color: #00f;
}

.brand--leaguegold .brand-hover {
    color: #00f;
}

    .brand--leaguegold .brand-hover:hover {
        color: #b79c41;
    }

.brand--leaguegold .brand-hover--alt {
    color: #05001e;
}

    .brand--leaguegold .brand-hover--alt:hover {
        color: #b79c41;
    }

.brand--leaguegold .vdatetime-popup__header {
    background-color: #b79c41;
    color: #05001e;
}

.brand--leaguegold .vdatetime-calendar__month__day--selected > span > span,
.brand--leaguegold .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #b79c41;
    color: #05001e;
}

.brand--leaguegold .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--leaguegold .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--leaguegold .vdatetime-year-picker__item--selected,
.brand--leaguegold .vdatetime-month-picker__item--selected {
    color: #b79c41;
}

.brand--leaguegold .article-listing-component a:hover,
.brand--leaguegold .c-article-listing-summary a:hover {
    color: #b79c41;
}

.brand--leaguesilver .brand-highlight {
    color: #c6c6c6;
    border-color: #c6c6c6;
}

.brand--leaguesilver .brand-highlight--hover:hover {
    border-color: #c6c6c6;
}

.brand--leaguesilver a:hover {
    color: #c6c6c6;
    cursor: pointer;
}

.brand--leaguesilver a.is-active {
    color: #c6c6c6;
}

.brand--leaguesilver.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--leaguesilver.featured-players .tabs a.is-active {
        background-color: #c6c6c6;
    }

.brand--leaguesilver .brand-bg {
    background-color: #c6c6c6;
    color: white;
}

    .brand--leaguesilver .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--leaguesilver .btn--brand {
    background-color: #c6c6c6;
    color: white;
}

    .brand--leaguesilver .btn--brand:hover {
        color: #00f;
    }

.brand--leaguesilver .btn--brand-white {
    background-color: #c6c6c6;
    color: white;
}

    .brand--leaguesilver .btn--brand-white:hover {
        background: white;
        color: #c6c6c6;
    }

.brand--leaguesilver .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/leaguesilver_full.png);
}

.brand--leaguesilver .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/leaguesilver_half.png);
}

.brand--leaguesilver .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--leaguesilver .brand-stroke {
    stroke: #c6c6c6 !important;
}

.brand--leaguesilver .brand-border {
    border-color: #c6c6c6;
}

.brand--leaguesilver .brand-border--grey {
    border-color: #dadada;
}

    .brand--leaguesilver .brand-border--grey:hover {
        border-color: #c6c6c6;
    }

.brand--leaguesilver .short-border {
    position: relative;
}

    .brand--leaguesilver .short-border::after {
        content: "";
        background-color: #c6c6c6;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--leaguesilver .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--leaguesilver .brand-color {
    color: #c6c6c6;
}

.brand--leaguesilver .brand-color-hover:hover {
    color: #c6c6c6 !important;
}

.brand--leaguesilver .brand-color-focus:focus {
    color: #c6c6c6 !important;
}

.brand--leaguesilver a.brand-color:hover,
.brand--leaguesilver button.brand-color:hover {
    color: #00f;
}

.brand--leaguesilver .brand-hover {
    color: #00f;
}

    .brand--leaguesilver .brand-hover:hover {
        color: #c6c6c6;
    }

.brand--leaguesilver .brand-hover--alt {
    color: #05001e;
}

    .brand--leaguesilver .brand-hover--alt:hover {
        color: #c6c6c6;
    }

.brand--leaguesilver .vdatetime-popup__header {
    background-color: #c6c6c6;
    color: #05001e;
}

.brand--leaguesilver .vdatetime-calendar__month__day--selected > span > span,
.brand--leaguesilver .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #c6c6c6;
    color: #05001e;
}

.brand--leaguesilver .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--leaguesilver .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--leaguesilver .vdatetime-year-picker__item--selected,
.brand--leaguesilver .vdatetime-month-picker__item--selected {
    color: #c6c6c6;
}

.brand--leaguesilver .article-listing-component a:hover,
.brand--leaguesilver .c-article-listing-summary a:hover {
    color: #c6c6c6;
}

.brand--beachroadtotokyo .brand-highlight {
    color: #004b9b;
    border-color: #004b9b;
}

.brand--beachroadtotokyo .brand-highlight--hover:hover {
    border-color: #004b9b;
}

.brand--beachroadtotokyo a:hover {
    color: #004b9b;
    cursor: pointer;
}

.brand--beachroadtotokyo a.is-active {
    color: #004b9b;
}

.brand--beachroadtotokyo.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--beachroadtotokyo.featured-players .tabs a.is-active {
        background-color: #004b9b;
    }

.brand--beachroadtotokyo .brand-bg {
    background-color: #004b9b;
    color: white;
}

    .brand--beachroadtotokyo .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--beachroadtotokyo .btn--brand {
    background-color: #004b9b;
    color: white;
}

    .brand--beachroadtotokyo .btn--brand:hover {
        color: #00f;
    }

.brand--beachroadtotokyo .btn--brand-white {
    background-color: #004b9b;
    color: white;
}

    .brand--beachroadtotokyo .btn--brand-white:hover {
        background: white;
        color: #004b9b;
    }

.brand--beachroadtotokyo .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/beachroadtotokyo_full.png);
}

.brand--beachroadtotokyo .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/beachroadtotokyo_half.png);
}

.brand--beachroadtotokyo .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--beachroadtotokyo .brand-stroke {
    stroke: #004b9b !important;
}

.brand--beachroadtotokyo .brand-border {
    border-color: #004b9b;
}

.brand--beachroadtotokyo .brand-border--grey {
    border-color: #dadada;
}

    .brand--beachroadtotokyo .brand-border--grey:hover {
        border-color: #004b9b;
    }

.brand--beachroadtotokyo .short-border {
    position: relative;
}

    .brand--beachroadtotokyo .short-border::after {
        content: "";
        background-color: #004b9b;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--beachroadtotokyo .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--beachroadtotokyo .brand-color {
    color: #004b9b;
}

.brand--beachroadtotokyo .brand-color-hover:hover {
    color: #004b9b !important;
}

.brand--beachroadtotokyo .brand-color-focus:focus {
    color: #004b9b !important;
}

.brand--beachroadtotokyo a.brand-color:hover,
.brand--beachroadtotokyo button.brand-color:hover {
    color: #00f;
}

.brand--beachroadtotokyo .brand-hover {
    color: #00f;
}

    .brand--beachroadtotokyo .brand-hover:hover {
        color: #004b9b;
    }

.brand--beachroadtotokyo .brand-hover--alt {
    color: #05001e;
}

    .brand--beachroadtotokyo .brand-hover--alt:hover {
        color: #004b9b;
    }

.brand--beachroadtotokyo .vdatetime-popup__header {
    background-color: #004b9b;
    color: #05001e;
}

.brand--beachroadtotokyo .vdatetime-calendar__month__day--selected > span > span,
.brand--beachroadtotokyo .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #004b9b;
    color: #05001e;
}

.brand--beachroadtotokyo .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--beachroadtotokyo .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--beachroadtotokyo .vdatetime-year-picker__item--selected,
.brand--beachroadtotokyo .vdatetime-month-picker__item--selected {
    color: #004b9b;
}

.brand--beachroadtotokyo .article-listing-component a:hover,
.brand--beachroadtotokyo .c-article-listing-summary a:hover {
    color: #004b9b;
}

.brand--superfinals .brand-highlight {
    color: #0f0;
    border-color: #0f0;
}

.brand--superfinals .brand-highlight--hover:hover {
    border-color: #0f0;
}

.brand--superfinals a:hover {
    color: #0f0;
    cursor: pointer;
}

.brand--superfinals a.is-active {
    color: #0f0;
}

.brand--superfinals.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--superfinals.featured-players .tabs a.is-active {
        background-color: #0f0;
    }

.brand--superfinals .brand-bg {
    background-color: #0f0;
    color: white;
}

    .brand--superfinals .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--superfinals .btn--brand {
    background-color: #0f0;
    color: white;
}

    .brand--superfinals .btn--brand:hover {
        color: #00f;
    }

.brand--superfinals .btn--brand-white {
    background-color: #0f0;
    color: white;
}

    .brand--superfinals .btn--brand-white:hover {
        background: white;
        color: #0f0;
    }

.brand--superfinals .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/superfinals_full.png);
}

.brand--superfinals .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/superfinals_half.png);
}

.brand--superfinals .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--superfinals .brand-stroke {
    stroke: #0f0 !important;
}

.brand--superfinals .brand-border {
    border-color: #0f0;
}

.brand--superfinals .brand-border--grey {
    border-color: #dadada;
}

    .brand--superfinals .brand-border--grey:hover {
        border-color: #0f0;
    }

.brand--superfinals .short-border {
    position: relative;
}

    .brand--superfinals .short-border::after {
        content: "";
        background-color: #0f0;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--superfinals .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--superfinals .brand-color {
    color: #0f0;
}

.brand--superfinals .brand-color-hover:hover {
    color: #0f0 !important;
}

.brand--superfinals .brand-color-focus:focus {
    color: #0f0 !important;
}

.brand--superfinals a.brand-color:hover,
.brand--superfinals button.brand-color:hover {
    color: #00f;
}

.brand--superfinals .brand-hover {
    color: #00f;
}

    .brand--superfinals .brand-hover:hover {
        color: #0f0;
    }

.brand--superfinals .brand-hover--alt {
    color: #05001e;
}

    .brand--superfinals .brand-hover--alt:hover {
        color: #0f0;
    }

.brand--superfinals .vdatetime-popup__header {
    background-color: #0f0;
    color: #05001e;
}

.brand--superfinals .vdatetime-calendar__month__day--selected > span > span,
.brand--superfinals .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #0f0;
    color: #05001e;
}

.brand--superfinals .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--superfinals .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--superfinals .vdatetime-year-picker__item--selected,
.brand--superfinals .vdatetime-month-picker__item--selected {
    color: #0f0;
}

.brand--superfinals .article-listing-component a:hover,
.brand--superfinals .c-article-listing-summary a:hover {
    color: #0f0;
}

.brand--opencampus .brand-highlight {
    color: #151716;
    border-color: #151716;
}

.brand--opencampus .brand-highlight--hover:hover {
    border-color: #151716;
}

.brand--opencampus a:hover {
    color: #151716;
    cursor: pointer;
}

.brand--opencampus a.is-active {
    color: #151716;
}

.brand--opencampus.featured-players .tabs a {
    background-color: #151716;
    color: #00f;
}

    .brand--opencampus.featured-players .tabs a.is-active {
        background-color: #151716;
    }

.brand--opencampus .brand-bg {
    background-color: #151716;
    color: white;
}

    .brand--opencampus .brand-bg:hover {
        color: #151716;
        cursor: pointer;
    }

.brand--opencampus .btn--brand {
    background-color: #151716;
    color: white;
}

    .brand--opencampus .btn--brand:hover {
        color: #00f;
    }

.brand--opencampus .btn--brand-white {
    background-color: #151716;
    color: white;
}

    .brand--opencampus .btn--brand-white:hover {
        background: white;
        color: #151716;
    }

.brand--opencampus .brand-bg-img-full {
    background-image: url(/assets/img/backgrounds/opencampus_full.png);
}

.brand--opencampus .brand-bg-img-half {
    background-image: url(/assets/img/backgrounds/opencampus_half.png);
}

.brand--opencampus .generic-bg-full {
    background-image: url(/assets/img/backgrounds/generic_full.jpg);
}

.brand--opencampus .brand-stroke {
    stroke: #151716 !important;
}

.brand--opencampus .brand-border {
    border-color: #151716;
}

.brand--opencampus .brand-border--grey {
    border-color: #dadada;
}

    .brand--opencampus .brand-border--grey:hover {
        border-color: #151716;
    }

.brand--opencampus .short-border {
    position: relative;
}

    .brand--opencampus .short-border::after {
        content: "";
        background-color: #151716;
        position: absolute;
        height: 3px;
        width: 50px;
        display: block;
        bottom: -2px;
    }

.brand--opencampus .short-border--middle::after {
    left: calc(50% - 25px);
}

.brand--opencampus .brand-color {
    color: #151716;
}

.brand--opencampus .brand-color-hover:hover {
    color: #151716 !important;
}

.brand--opencampus .brand-color-focus:focus {
    color: #151716 !important;
}

.brand--opencampus a.brand-color:hover,
.brand--opencampus button.brand-color:hover {
    color: #00f;
}

.brand--opencampus .brand-hover {
    color: #00f;
}

    .brand--opencampus .brand-hover:hover {
        color: #151716;
    }

.brand--opencampus .brand-hover--alt {
    color: #05001e;
}

    .brand--opencampus .brand-hover--alt:hover {
        color: #151716;
    }

.brand--opencampus .vdatetime-popup__header {
    background-color: #151716;
    color: #05001e;
}

.brand--opencampus .vdatetime-calendar__month__day--selected > span > span,
.brand--opencampus .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #151716;
    color: #05001e;
}

.brand--opencampus .vdatetime-popup__actions__button {
    color: #05001e;
}

    .brand--opencampus .vdatetime-popup__actions__button:hover {
        color: #707c83;
    }

.brand--opencampus .vdatetime-year-picker__item--selected,
.brand--opencampus .vdatetime-month-picker__item--selected {
    color: #151716;
}

.brand--opencampus .article-listing-component a:hover,
.brand--opencampus .c-article-listing-summary a:hover {
    color: #151716;
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-Light.otf") format("truetype"), url("/assets/fonts/Gilroy-Light.ttf") format("truetype"), url("/assets/fonts/Gilroy-Light.woff2") format("woff2"), url("/assets/fonts/Gilroy-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-ExtraBold.otf") format("truetype"), url("/assets/fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "GilroyBold";
    src: url("/assets/fonts/Gilroy-ExtraBold.otf") format("opentype"), url("/assets/fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lemur";
    src: url("/assets/fonts/Lemur-Regular.ttf") format("opentype"), url("/assets/fonts/Lemur-Regular.ttf") format("truetype"), url("/assets/fonts/Lemur-Regular.woff2") format("woff2"), url("/assets/fonts/Lemur-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lemur";
    src: url("/assets/fonts/Lemur-Bold.otf") format("truetype"), url("/assets/fonts/Lemur-Bold.ttf") format("truetype"), url("/assets/fonts/Lemur-Bold.woff2") format("woff2"), url("/assets/fonts/Lemur-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "LemurBold";
    src: url("/assets/fonts/Lemur-Bold.otf") format("truetype"), url("/assets/fonts/Lemur-Bold.ttf") format("truetype"), url("/assets/fonts/Lemur-Bold.woff2") format("woff2"), url("/assets/fonts/Lemur-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "LemurBold", Helvetica, sans-serif;
    font-weight: normal;
}

h2 {
    line-height: 1.1;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: "Lemur", Helvetica, sans-serif;
    font-weight: normal;
    color: #151716;
}

p {
    font-size: 1.375rem;
    line-height: 1.3em;
    color: inherit;
}

hr {
    margin: 50px 0 40px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.centered-heading {
    text-align: center;
    line-height: 1.2;
    margin: 37px 0;
}

.centered-heading--no-margin {
    margin: 0;
}

@media (min-width: 0) and (max-width: 767px) {
    .centered-heading {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .centered-heading {
        font-size: 3.5rem;
    }
}

.centered-heading a {
    font-size: 2rem;
    color: currentColor;
    text-decoration: none;
    margin: 0 10px;
}

    .centered-heading a:hover {
        color: #ffc700;
    }

a {
    color: currentColor;
    text-decoration: none;
}

    a:hover {
        color: #ffc700;
        transition: all .3s;
    }

.rte-lemur-heading {
    font-family: Lemur, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
}

.rte-lemur-subheading {
    font-family: Lemur, Helvetica, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.rte-lemur-p {
    font-family: Lemur, Helvetica, sans-serif;
}

.rte-gilroy-emphasis {
    font-weight: 700;
    font-family: Gilroy, Helvetica, sans-serif;
    font-size: 1.25rem;
}

.rte-gilroy-text {
    font-family: Gilroy, Helvetica, sans-serif;
    font-size: 1.125rem;
}

.rte-gilroy-footnote {
    font-family: Gilroy, Helvetica, sans-serif;
    font-size: .75rem;
}

.hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: inherit;
    }
}

.hide-desktop {
    display: inherit;
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

.carousel-component,
.full-width-cta-component,
.full-width-component {
    width: 99.58vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.lg\:u-w-3\/4 .carousel-component,
.lg\:u-w-3\/4 .full-width-cta-component,
.lg\:u-w-3\/4 .full-width-component {
    width: 99.4vw;
    margin-left: calc(17% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media (max-width: 1023px) {
    .lg\:u-w-3\/4 .carousel-component,
    .lg\:u-w-3\/4 .full-width-cta-component,
    .lg\:u-w-3\/4 .full-width-component {
        width: 100vw;
        margin-left: calc(0% - 50vw) !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.icon {
    width: 20px;
    height: 20px;
}

.icon--large {
    width: 32px;
    height: 32px;
}

.icon.icon-facebook {
    width: 10px;
}

.icon.icon-facebook--large {
    width: 20px;
}

.icon.icon-youtube {
    width: 24px;
}

.icon.icon-youtube--large {
    width: 40px;
}

.icon.icon-logo {
    width: 45px;
    height: 45px;
}

.icon.icon-phone {
    width: 16px;
    height: 16px;
}

.icon.icon-at-sign {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #05001e;
}

.icon.icon-website {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #05001e;
}

.icon.icon-website--large {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #05001e;
}

footer .icon.icon-website {
    stroke: currentColor;
}

.icon.icon-play-circle {
    fill: none;
}

.icon.icon-warning {
    fill: #ffc107;
}

.icon.icon-penalty {
    fill: #dc3545;
}

.icon.icon-expulsion .cls-1,
.icon.icon-disqualification .cls-1 {
    fill: #ffc107;
}

.icon.icon-expulsion .cls-2,
.icon.icon-disqualification .cls-2 {
    fill: #dc3545;
}

.feather-icon {
    stroke-width: 1px;
    fill: none;
    stroke: currentColor;
}

.flag-icon {
    position: relative;
    display: inline-block;
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-top: -3px;
    margin-right: .5em;
    background-color: #f4f4f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #dadada;
    border-radius: 50%;
}

.flag-icon--country {
    background-position: cover !important;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition-duration: .001s !important;
        animation-duration: .001s !important;
    }
}

.animation-blink {
    animation: 3s ease-in-out infinite blink;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.animation-spin {
    animation: spin 2s linear infinite;
}

@keyframes shake-2px {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-2px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(2px, 0, 0);
    }
}

.animation-shake-2px {
    animation: shake-2px 1s linear none;
}

.foundation-mq {
    font-family: "small=0em&xs=0em&sm=30em&md=48em&medium=48em&lg=64em&xl=87.5em";
}

fieldset.form {
    padding: 1.5rem 0;
}

    fieldset.form select,
    fieldset.form input {
        border: 1px solid #707c83;
        background-color: white;
        font-size: 1rem;
        color: #05001e;
        padding: .4rem;
    }

        fieldset.form input[type=checkbox] {
            margin-right: 1rem;
        }

    fieldset.form button {
        border: 1px solid #707c83;
        background-color: white;
        color: #05001e;
    }

        fieldset.form button:hover {
            background-color: #dadada;
        }

    fieldset.form ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    fieldset.form .fullWidth label {
        display: block;
        width: 100%;
        margin-bottom: .5rem;
    }

    fieldset.form .fullWidth select,
    fieldset.form .fullWidth input {
        width: 100%;
        max-width: 100%;
    }

    fieldset.form .asterisk {
        color: #f00;
    }

    fieldset.form li {
        margin-bottom: 1.5rem;
    }

        fieldset.form li.nolabel select,
        fieldset.form li.nolabel input {
            width: 100%;
            max-width: 20rem;
        }

        fieldset.form li.buttons button {
            padding: .5rem;
        }

            fieldset.form li.buttons button + button {
                margin-left: 1rem;
            }

        fieldset.form li.error {
            color: red;
        }

#mc_embed_signup div.mce_inline_error {
    padding: 5px 0 !important;
    background-color: white !important;
    font-weight: normal !important;
    color: #f00 !important;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #f00 !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    /* Display classes showing pool data on tab click */
}

.table--pad-first tr td:first-child,
.table--pad-first tr th:first-child {
    padding-left: 1rem;
}

.table--wrapper {
    overflow-x: auto;
    max-width: 90vw;
}

    .table--wrapper.full-width-component {
        max-width: 100vw;
    }

.table thead tr:first-child {
    border-bottom: 2px solid #dedbdb;
}

.table th {
    padding: 1em .5em;
    min-width: 2.5em;
    text-align: left;
}

.table td {
    padding: 1em .5em;
    text-align: left;
}

.table--striped tr:nth-child(odd) {
    background-color: white;
}

.table--striped thead tr:nth-child(odd) {
    background-color: transparent;
}

.table .display-state {
    display: none;
}

.table .hidden {
    display: none;
}

.table .show {
    visibility: visible;
}

@media only screen and (min-width: 1000px) {
    .table .display-state {
        display: table-cell;
    }
}

@media only screen and (max-width: 768px) {
    .table--mobile {
        display: block;
        /* Force table to not be like tables anymore */ /* Hide table headers (but not display: none;, for accessibility) */
    }

        .table--mobile thead,
        .table--mobile tbody,
        .table--mobile th,
        .table--mobile td,
        .table--mobile tr {
            display: block;
        }

            .table--mobile thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .table--mobile tr {
            border: 1px solid #ccc;
        }

        .table--mobile td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            text-align: left !important;
        }

            .table--mobile td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 1rem;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
                text-align: left;
            }
}

@media only screen and (max-width: 768px) {
    .table--beach-snow td:before {
        top: 50%;
        margin-top: -.5em;
    }

    .table--beach-snow td:nth-of-type(1):before {
        content: "Seed";
    }

    .table--beach-snow td:nth-of-type(2):before {
        content: "Country";
    }

    .table--beach-snow .u-w-1\/2 {
        width: 44% !important;
    }
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s top, .2s -webkit-transform;
            transition: .2s transform, .2s top;
            transition: .2s transform, .2s top, .2s -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s left, .2s -webkit-transform;
        transition: .2s transform, .2s left;
        transition: .2s transform, .2s left, .2s -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
    text-align: center;
}

@font-face {
    font-family: VideoJS;
    src: url("font/VideoJS.eot?#iefix") format("eot");
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYSy2hLaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4jC5t2/j+W2+MnCzM4DAtTC+5cg0OyNYnIOBCUQBAAceB90AeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-play:before,
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
    .video-js .vjs-play-control .vjs-icon-placeholder:before {
        content: "\f101";
    }

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-play-circle:before {
        content: "\f102";
    }

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-pause:before,
    .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
        content: "\f103";
    }

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-volume-mute:before,
    .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
        content: "\f104";
    }

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-volume-low:before,
    .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
        content: "\f105";
    }

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-volume-mid:before,
    .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
        content: "\f106";
    }

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-volume-high:before,
    .video-js .vjs-mute-control .vjs-icon-placeholder:before {
        content: "\f107";
    }

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-fullscreen-enter:before,
    .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
        content: "\f108";
    }

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-fullscreen-exit:before,
    .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
        content: "\f109";
    }

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-square:before {
        content: "\f10a";
    }

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-spinner:before {
        content: "\f10b";
    }

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-subtitles:before,
    .video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
    .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
        content: "\f10c";
    }

.vjs-icon-captions,
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-captions:before,
    .video-js .vjs-captions-button .vjs-icon-placeholder:before,
    .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
    .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
        content: "\f10d";
    }

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-chapters:before,
    .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
        content: "\f10e";
    }

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-share:before {
        content: "\f10f";
    }

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-cog:before {
        content: "\f110";
    }

.vjs-icon-circle,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-circle:before,
    .video-js .vjs-play-progress:before,
    .video-js .vjs-volume-level:before {
        content: "\f111";
    }

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-circle-outline:before {
        content: "\f112";
    }

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-circle-inner-circle:before {
        content: "\f113";
    }

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-hd:before {
        content: "\f114";
    }

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-cancel:before,
    .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
        content: "\f115";
    }

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-replay:before,
    .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
        content: "\f116";
    }

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-facebook:before {
        content: "\f117";
    }

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-gplus:before {
        content: "\f118";
    }

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-linkedin:before {
        content: "\f119";
    }

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-twitter:before {
        content: "\f11a";
    }

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-tumblr:before {
        content: "\f11b";
    }

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-pinterest:before {
        content: "\f11c";
    }

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-audio-description:before,
    .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
        content: "\f11d";
    }

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-audio:before,
    .video-js .vjs-audio-button .vjs-icon-placeholder:before {
        content: "\f11e";
    }

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-next-item:before {
        content: "\f11f";
    }

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

    .vjs-icon-previous-item:before {
        content: "\f120";
    }

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}

    .video-js:-moz-full-screen {
        position: absolute;
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js[tabindex="-1"] {
        outline: none;
    }

    .video-js *,
    .video-js *:before,
    .video-js *:after {
        box-sizing: inherit;
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .video-js.vjs-fluid,
    .video-js.vjs-16-9,
    .video-js.vjs-4-3 {
        width: 100%;
        max-width: 100%;
        height: 0;
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%;
    }

    .video-js.vjs-4-3 {
        padding-top: 75%;
    }

    .video-js.vjs-fill {
        width: 100%;
        height: 100%;
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

    .video-js.vjs-fullscreen.vjs-user-inactive {
        cursor: none;
    }

.vjs-hidden {
    display: none !important;
}

.vjs-disabled {
    opacity: .5;
    cursor: default;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

    .vjs-no-js a,
    .vjs-no-js a:visited {
        color: #66a8cc;
    }

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    appearance: none;
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2;
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    overflow: auto;
    box-sizing: content-box;
}

    .video-js .vjs-modal-dialog > * {
        box-sizing: border-box;
    }

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

.vjs-menu-button {
    cursor: pointer;
}

    .vjs-menu-button.vjs-disabled {
        cursor: default;
    }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    box-sizing: content-box;
}

    .vjs-menu .vjs-menu-content > * {
        box-sizing: border-box;
    }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

    .vjs-menu li.vjs-menu-item:focus,
    .vjs-menu li.vjs-menu-item:hover {
        background-color: #73859f;
        background-color: rgba(115, 133, 159, .5);
    }

    .vjs-menu li.vjs-selected,
    .vjs-menu li.vjs-selected:focus,
    .vjs-menu li.vjs-selected:hover {
        background-color: #fff;
        color: #2b333f;
    }

    .vjs-menu li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em 0;
        font-weight: bold;
        cursor: default;
    }

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7);
}

    .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
        background-color: #2b333f;
        background-color: rgba(43, 51, 63, .7);
        position: absolute;
        width: 100%;
        bottom: 1.5em;
        max-height: 15em;
    }

    .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
    .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
        display: block;
    }

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden;
}

    .video-js .vjs-menu-button-inline:before {
        width: 2.222222222em;
    }

    .video-js .vjs-menu-button-inline:hover,
    .video-js .vjs-menu-button-inline:focus,
    .video-js .vjs-menu-button-inline.vjs-slider-active,
    .video-js.vjs-no-flex .vjs-menu-button-inline {
        width: 12em;
    }

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
}

    .video-js .vjs-progress-control.disabled {
        cursor: default;
    }

.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666666666667em;
}

    .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
        font-size: 1em;
    }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}

.video-js .vjs-play-progress {
    background-color: #fff;
}

    .video-js .vjs-play-progress:before {
        font-size: .9em;
        position: absolute;
        right: -0.5em;
        top: -0.333333333333333em;
        z-index: 1;
    }

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, .5);
}

    .video-js .vjs-load-progress div {
        background: white;
        background: rgba(115, 133, 159, .75);
    }

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Konqueror HTML */
    /* Firefox */
    /* Internet Explorer/Edge */
    -ms-user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
}

    .video-js .vjs-slider.disabled {
        cursor: default;
    }

    .video-js .vjs-slider:focus {
        text-shadow: 0em 0em 1em white;
        box-shadow: 0 0 1em #fff;
    }

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em;
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex;
}

    .video-js .vjs-volume-control.vjs-volume-horizontal {
        width: 5em;
    }

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

    .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
    .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

.video-js .vjs-volume-panel {
    transition: width 1s;
}

    .video-js .vjs-volume-panel:hover .vjs-volume-control,
    .video-js .vjs-volume-panel:active .vjs-volume-control,
    .video-js .vjs-volume-panel:focus .vjs-volume-control,
    .video-js .vjs-volume-panel .vjs-volume-control:hover,
    .video-js .vjs-volume-panel .vjs-volume-control:active,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
        visibility: visible;
        opacity: 1;
        position: relative;
        transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    }

        .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
            width: 5em;
            height: 3em;
        }

        .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
        .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
        .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

            .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
            .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
            .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
            .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
            .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
            .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
            .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
            .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }

    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
        width: 9em;
        transition: width .1s;
    }

    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
        width: 4em;
    }

    .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
        height: 8em;
        width: 3em;
        left: -3.5em;
        transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    }

    .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
        transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em;
}

.video-js .vjs-volume-panel {
    display: flex;
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

    .video-js .vjs-volume-level:before {
        position: absolute;
        font-size: .9em;
    }

.vjs-slider-vertical .vjs-volume-level {
    width: .3em;
}

    .vjs-slider-vertical .vjs-volume-level:before {
        top: -0.5em;
        left: -0.3em;
    }

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em;
}

    .vjs-slider-horizontal .vjs-volume-level:before {
        top: -0.3em;
        right: -0.5em;
    }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

    .vjs-poster img {
        display: block;
        vertical-align: middle;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.vjs-has-started .vjs-poster {
    display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none;
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0px !important;
    white-space: nowrap;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none;
}

.vjs-time-divider {
    display: none;
    line-height: 3em;
}

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    flex: none;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: 0s linear .3s forwards vjs-spinner-show;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    animation-delay: .44s;
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible;
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f;
    }

    20% {
        border-top-color: #73859f;
    }

    35% {
        border-top-color: white;
    }

    60% {
        border-top-color: #73859f;
    }

    100% {
        border-top-color: #73859f;
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

    .video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        font-family: VideoJS;
        content: "\f10d";
        font-size: 1.5em;
        line-height: inherit;
    }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em;
}

    .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
        font-family: VideoJS;
        content: " \f11d";
        font-size: 1.5em;
        line-height: inherit;
    }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    flex: auto;
    display: block;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom;
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        grid-column: 1;
        grid-row: 1;
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        grid-column: 2;
        grid-row: 1;
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 2;
        grid-row: 2;
    }
}

.vjs-track-setting > select {
    margin-right: 5px;
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none;
}

    .vjs-text-track-settings fieldset span {
        display: inline-block;
    }

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75);
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em;
}

@media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
    outline: none;
}

.video-js *:focus:not(:focus-visible) {
    outline: none;
}

@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden;
    }
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #000;
    }

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 480px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .container,
    .container-sm,
    .container-md,
    .container-medium,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-medium,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-medium-1,
.col-medium-2,
.col-medium-3,
.col-medium-4,
.col-medium-5,
.col-medium-6,
.col-medium-7,
.col-medium-8,
.col-medium-9,
.col-medium-10,
.col-medium-11,
.col-medium-12,
.col-medium,
.col-medium-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-medium {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-medium-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-medium-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-medium-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-medium-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-medium-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-medium-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-medium-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-medium-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-medium-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-medium-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-medium-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-medium-first {
        order: -1;
    }

    .order-medium-last {
        order: 13;
    }

    .order-medium-0 {
        order: 0;
    }

    .order-medium-1 {
        order: 1;
    }

    .order-medium-2 {
        order: 2;
    }

    .order-medium-3 {
        order: 3;
    }

    .order-medium-4 {
        order: 4;
    }

    .order-medium-5 {
        order: 5;
    }

    .order-medium-6 {
        order: 6;
    }

    .order-medium-7 {
        order: 7;
    }

    .order-medium-8 {
        order: 8;
    }

    .order-medium-9 {
        order: 9;
    }

    .order-medium-10 {
        order: 10;
    }

    .order-medium-11 {
        order: 11;
    }

    .order-medium-12 {
        order: 12;
    }

    .offset-medium-0 {
        margin-left: 0;
    }

    .offset-medium-1 {
        margin-left: 8.33333%;
    }

    .offset-medium-2 {
        margin-left: 16.66667%;
    }

    .offset-medium-3 {
        margin-left: 25%;
    }

    .offset-medium-4 {
        margin-left: 33.33333%;
    }

    .offset-medium-5 {
        margin-left: 41.66667%;
    }

    .offset-medium-6 {
        margin-left: 50%;
    }

    .offset-medium-7 {
        margin-left: 58.33333%;
    }

    .offset-medium-8 {
        margin-left: 66.66667%;
    }

    .offset-medium-9 {
        margin-left: 75%;
    }

    .offset-medium-10 {
        margin-left: 83.33333%;
    }

    .offset-medium-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1400px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.container {
    max-width: 1320px;
}

.container--white {
    background-color: white;
}

.container--padding-top {
    padding-top: 37px;
}

.container--padding-bottom {
    padding-bottom: 37px;
}

@media (min-width: 0) and (max-width: 767px) {
    .section-padding {
        padding: 45px 0;
    }
}

@media (min-width: 768px) {
    .section-padding {
        padding: 70px 0;
    }
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.u-breakout {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.hidden {
    display: none !important;
}

.u-gap-5 > .u-w-1\/4 {
    width: calc(25% - 1.25rem) !important;
}

@media (min-width: 768px) {
    .u-gap-5 > .md\:u-w-1\/4 {
        width: calc(25% - 1.25rem) !important;
    }
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: "Lemur", Helvetica, sans-serif;
    color: white;
    background-color: #151716;
    border-radius: 40px;
}

@media (min-width: 0) and (max-width: 767px) {
    .btn {
        padding: 5px 15px;
    }
}

@media (min-width: 768px) {
    .btn {
        min-width: 135px;
        padding: 5px 22px;
    }
}

.btn:hover {
    font-weight: 800;
    background-color: #f00;
}

.--beach .btn:hover:not(.btn--reverse) {
    background-color: #ff9e6d;
}

.--champ .btn:hover:not(.btn--reverse) {
    background-color: #0f0;
}

.--link .btn:hover:not(.btn--reverse):hover {
    text-decoration: underline;
}

.btn.btn--reverse {
    color: #151716;
    background-color: white;
}

.btn.btn--ghost {
    background-color: transparent;
    border: 1px solid currentColor;
}

    .btn.btn--ghost.btn--reverse {
        color: white;
    }

.btn.btn--link {
    min-width: 0;
}

.btn-box {
    display: inline-block;
    border-width: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

    .btn-box.btn-box--beach {
        background-color: #ff9e6d;
        color: #f4f4f4;
    }

.btn-box----outline {
    background-color: #151716;
    color: #fff;
}

    .btn-box----outline:hover,
    .btn-box----outline:focus {
        background-color: #000028;
        color: #ffc700;
    }

.btn-box--solid-white {
    background-color: #fff;
    color: #151716;
}

    .btn-box--solid-white:hover,
    .btn-box--solid-white:focus {
        background-color: #e0e0e0;
        color: #151716;
    }

.btn-box--solid-white-to-red {
    background-color: #fff;
}

    .btn-box--solid-white-to-red:hover:not([disabled]),
    .btn-box--solid-white-to-red:focus:not([disabled]) {
        background-color: #ff0201;
        color: #fff;
    }

.btn-box--solid-white-to-blue {
    background-color: #fff;
}

    .btn-box--solid-white-to-blue:hover:not([disabled]),
    .btn-box--solid-white-to-blue:focus:not([disabled]) {
        background-color: #1500fe;
        color: #fff;
    }

.btn-box--solid-blue-to-yellow-text {
    background-color: #1500fe;
    color: #fff;
}

    .btn-box--solid-blue-to-yellow-text:hover:not([disabled]),
    .btn-box--solid-blue-to-yellow-text:focus:not([disabled]) {
        background-color: #1500fe;
        color: #ffc700;
    }

.btn-box--solid-blue-to-white {
    background-color: #1500fe;
    color: #fff;
}

    .btn-box--solid-blue-to-white:hover:not([disabled]),
    .btn-box--solid-blue-to-white:focus:not([disabled]) {
        background-color: #fff;
        color: #1200e0;
    }

.btn-box--solid-navy-to-white {
    background-color: #151716;
    color: #fff;
}

    .btn-box--solid-navy-to-white:hover:not([disabled]),
    .btn-box--solid-navy-to-white:focus:not([disabled]) {
        background-color: #fff;
        color: #1500fe;
    }

.btn-box--solid-red {
    background-color: #ff0201;
    color: #fff;
    border-width: 0;
}

    .btn-box--solid-red:hover,
    .btn-box--solid-red:focus {
        background-color: #e10100;
        color: #fff;
    }

.btn-box--solid-green {
    background-color: #00ff01;
    color: #1500fe;
    border-width: 0;
}

    .btn-box--solid-green:hover,
    .btn-box--solid-green:focus {
        background-color: #00e001;
        color: #fff;
    }

button[disabled] {
    cursor: not-allowed;
}

.primary-header {
    font-family: "LemurBold", Helvetica, sans-serif;
    z-index: 100;
}

    .primary-header.opened-menu {
        background-color: #151716;
        color: #fff;
    }

.primary-header__logo .icon-logo {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}

.btn-wrapper {
    background: none;
    border: 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    position: relative;
    width: 30px;
    outline: 0;
}

    .btn-wrapper.active .btn-burger {
        background: transparent;
        border-color: transparent;
        height: 100%;
        margin: auto;
        outline: 0;
    }

        .btn-wrapper.active .btn-burger:before,
        .btn-wrapper.active .btn-burger:after {
            background-color: #ffc700;
            transition: all .3s;
        }

        .btn-wrapper.active .btn-burger:after {
            bottom: 0;
            top: 0;
            transform: rotate(45deg);
        }

        .btn-wrapper.active .btn-burger:before {
            bottom: 0;
            top: 0;
            transform: rotate(-45deg);
        }

.btn-burger {
    background: #151716;
    border: 1px solid rgba(0, 0, 45, 0);
    border-radius: 4px;
    bottom: 0;
    font-size: 1px;
    height: 4px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-indent: -9999999px;
    top: 0;
    transition: .2s all;
    outline: 0;
}

    .btn-burger:before,
    .btn-burger:after {
        background: #151716;
        border-radius: 4px;
        content: '';
        height: 4px;
        left: -1px;
        margin: auto;
        position: absolute;
        transition: all .3s;
        width: calc(100% + 2px);
    }

    .btn-burger:before {
        top: -8px;
    }

    .btn-burger:after {
        bottom: -8px;
    }

.primary-footer svg {
    display: block;
}

.primary-footer h5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .primary-footer h5 {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .primary-footer__links .div-columns__item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.primary-footer__links .div-columns__item ul {
    list-style: none;
    padding: 0;
}

    .primary-footer__links .div-columns__item ul li {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

.primary-footer__links .div-columns__item li a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .primary-footer__links .div-columns__item li a {
        font-size: .875rem;
    }
}

.primary-footer__links .div-columns__item li a:hover {
    color: #ffc700;
    transition: all .3s;
}

.primary-footer__logo {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding-right: 1.25rem;
    font-family: "LemurBold", Helvetica, sans-serif;
    font-size: 24px;
}

@media (min-width: 768px) {
    .primary-footer__logo {
        padding-left: 1.25rem;
        padding-right: 0;
    }
}

.primary-footer__logo:hover {
    color: white;
}

.primary-footer__social-item {
    margin-right: .75rem;
    width: auto;
    height: 1rem;
    color: #fff;
}

@media (min-width: 768px) {
    .primary-footer__social-item {
        margin-right: 1.25rem;
    }

        .primary-footer__social-item:hover {
            color: #ffc700;
            transition: all .3s;
        }
}

.primary-footer__social-item svg {
    fill: currentColor;
}

.breadcrumbs li:last-of-type:after {
    display: none;
}

nav.megamenu {
    display: none;
    top: 100%;
    left: 0;
}

    nav.megamenu.active {
        display: block;
    }

    nav.megamenu ul {
        list-style: none;
        padding: 0;
        font-family: "Lemur", Helvetica, sans-serif;
    }

        nav.megamenu ul .title {
            margin-top: 2rem;
            margin-bottom: 2rem;
            display: block;
            position: relative;
            font-family: "LemurBold", Helvetica, sans-serif;
        }

@media (min-width: 0) and (max-width: 767px) {
    nav.megamenu ul .title {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

nav.megamenu ul a {
    font-weight: normal;
    text-transform: capitalize;
}

nav.megamenu ul.level-0 > li > a {
    font-family: "LemurBold", Helvetica, sans-serif;
}

@media (min-width: 769px) {
    nav.megamenu ul.level-0 .category-link svg {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    nav.megamenu ul.level-0 > li .dropdown {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    nav.megamenu ul.level-0 > li.expanded .dropdown {
        display: inherit;
    }
}

nav.megamenu ul.level-0 > li.expanded svg {
    transform: rotate(-180deg);
}

nav.megamenu ul .level-1 {
    flex-direction: column;
}

    nav.megamenu ul .level-1 > li {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }

@media (min-width: 0) and (max-width: 767px) {
    nav.megamenu ul .col .icon-minus {
        display: none;
    }

    nav.megamenu ul .col.active .icon-minus {
        display: block;
    }

    nav.megamenu ul .col.active .icon-plus {
        display: none;
    }
}

@media (min-width: 769px) {
    nav.megamenu ul .col .icon {
        display: none;
    }
}

nav.megamenu ul .col > .title:after {
    border-color: #ffc700;
    border-style: solid;
    border-bottom-width: 1px;
    position: absolute;
    display: block;
    border-width: 1px;
    content: '';
    left: 0;
    bottom: -10px;
    width: 65px;
    transform: translateY(5px);
    opacity: 0;
    transition: all .3s ease-in-out;
}

nav.megamenu ul .col:hover > .title:after {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease-in-out;
}

@media (min-width: 0) and (max-width: 767px) {
    nav.megamenu ul .level-1 {
        display: none;
    }
}

nav.megamenu ul .col.active .level-1 {
    display: flex;
}

.breadcrumb-wrapper {
    top: 48px;
}

@media (max-width: 767px) {
    .breadcrumb-wrapper {
        top: 0;
    }
}

.breadcrumb-wrapper + .sub-navigation {
    margin-bottom: 2rem;
    top: 0;
}

.c-nav-primary-header {
    background-color: white;
    z-index: 100;
}

    .c-nav-primary-header.brand--general .c-nav__extra {
        border-color: #00f;
    }

    .c-nav-primary-header.brand--general .c-nav__list__item.active .menuItem:after {
        background-color: #00f;
    }

    .c-nav-primary-header.brand--general .menuSlab {
        border-color: #00f;
    }

        .c-nav-primary-header.brand--general .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #00f;
        }

        .c-nav-primary-header.brand--general .menuSlab .title:hover:after {
            border-color: #00f;
        }

    .c-nav-primary-header.brand--euro .c-nav__extra {
        border-color: #f00;
    }

    .c-nav-primary-header.brand--euro .c-nav__list__item.active .menuItem:after {
        background-color: #f00;
    }

    .c-nav-primary-header.brand--euro .menuSlab {
        border-color: #f00;
    }

        .c-nav-primary-header.brand--euro .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #f00;
        }

        .c-nav-primary-header.brand--euro .menuSlab .title:hover:after {
            border-color: #f00;
        }

    .c-nav-primary-header.brand--beach .c-nav__extra {
        border-color: #ff9e6d;
    }

    .c-nav-primary-header.brand--beach .c-nav__list__item.active .menuItem:after {
        background-color: #ff9e6d;
    }

    .c-nav-primary-header.brand--beach .menuSlab {
        border-color: #ff9e6d;
    }

        .c-nav-primary-header.brand--beach .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #ff9e6d;
        }

        .c-nav-primary-header.brand--beach .menuSlab .title:hover:after {
            border-color: #ff9e6d;
        }

    .c-nav-primary-header.brand--snow .c-nav__extra {
        border-color: #0ff;
    }

    .c-nav-primary-header.brand--snow .c-nav__list__item.active .menuItem:after {
        background-color: #0ff;
    }

    .c-nav-primary-header.brand--snow .menuSlab {
        border-color: #0ff;
    }

        .c-nav-primary-header.brand--snow .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #0ff;
        }

        .c-nav-primary-header.brand--snow .menuSlab .title:hover:after {
            border-color: #0ff;
        }

    .c-nav-primary-header.brand--indoor .c-nav__extra {
        border-color: #0f0;
    }

    .c-nav-primary-header.brand--indoor .c-nav__list__item.active .menuItem:after {
        background-color: #0f0;
    }

    .c-nav-primary-header.brand--indoor .menuSlab {
        border-color: #0f0;
    }

        .c-nav-primary-header.brand--indoor .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #0f0;
        }

        .c-nav-primary-header.brand--indoor .menuSlab .title:hover:after {
            border-color: #0f0;
        }

    .c-nav-primary-header.brand--cev .c-nav__extra {
        border-color: #ffc700;
    }

    .c-nav-primary-header.brand--cev .c-nav__list__item.active .menuItem:after {
        background-color: #ffc700;
    }

    .c-nav-primary-header.brand--cev .menuSlab {
        border-color: #ffc700;
    }

        .c-nav-primary-header.brand--cev .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #ffc700;
        }

        .c-nav-primary-header.brand--cev .menuSlab .title:hover:after {
            border-color: #ffc700;
        }

    .c-nav-primary-header.brand--olympic .c-nav__extra {
        border-color: #e10e49;
    }

    .c-nav-primary-header.brand--olympic .c-nav__list__item.active .menuItem:after {
        background-color: #e10e49;
    }

    .c-nav-primary-header.brand--olympic .menuSlab {
        border-color: #e10e49;
    }

        .c-nav-primary-header.brand--olympic .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #e10e49;
        }

        .c-nav-primary-header.brand--olympic .menuSlab .title:hover:after {
            border-color: #e10e49;
        }

    .c-nav-primary-header.brand--champ .c-nav__extra {
        border-color: #0f0;
    }

    .c-nav-primary-header.brand--champ .c-nav__list__item.active .menuItem:after {
        background-color: #0f0;
    }

    .c-nav-primary-header.brand--champ .menuSlab {
        border-color: #0f0;
    }

        .c-nav-primary-header.brand--champ .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #0f0;
        }

        .c-nav-primary-header.brand--champ .menuSlab .title:hover:after {
            border-color: #0f0;
        }

    .c-nav-primary-header.brand--leaguegold .c-nav__extra {
        border-color: #b79c41;
    }

    .c-nav-primary-header.brand--leaguegold .c-nav__list__item.active .menuItem:after {
        background-color: #b79c41;
    }

    .c-nav-primary-header.brand--leaguegold .menuSlab {
        border-color: #b79c41;
    }

        .c-nav-primary-header.brand--leaguegold .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #b79c41;
        }

        .c-nav-primary-header.brand--leaguegold .menuSlab .title:hover:after {
            border-color: #b79c41;
        }

    .c-nav-primary-header.brand--leaguesilver .c-nav__extra {
        border-color: #c6c6c6;
    }

    .c-nav-primary-header.brand--leaguesilver .c-nav__list__item.active .menuItem:after {
        background-color: #c6c6c6;
    }

    .c-nav-primary-header.brand--leaguesilver .menuSlab {
        border-color: #c6c6c6;
    }

        .c-nav-primary-header.brand--leaguesilver .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #c6c6c6;
        }

        .c-nav-primary-header.brand--leaguesilver .menuSlab .title:hover:after {
            border-color: #c6c6c6;
        }

    .c-nav-primary-header.brand--beachroadtotokyo .c-nav__extra {
        border-color: #004b9b;
    }

    .c-nav-primary-header.brand--beachroadtotokyo .c-nav__list__item.active .menuItem:after {
        background-color: #004b9b;
    }

    .c-nav-primary-header.brand--beachroadtotokyo .menuSlab {
        border-color: #004b9b;
    }

        .c-nav-primary-header.brand--beachroadtotokyo .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #004b9b;
        }

        .c-nav-primary-header.brand--beachroadtotokyo .menuSlab .title:hover:after {
            border-color: #004b9b;
        }

    .c-nav-primary-header.brand--superfinals .c-nav__extra {
        border-color: #0f0;
    }

    .c-nav-primary-header.brand--superfinals .c-nav__list__item.active .menuItem:after {
        background-color: #0f0;
    }

    .c-nav-primary-header.brand--superfinals .menuSlab {
        border-color: #0f0;
    }

        .c-nav-primary-header.brand--superfinals .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #0f0;
        }

        .c-nav-primary-header.brand--superfinals .menuSlab .title:hover:after {
            border-color: #0f0;
        }

    .c-nav-primary-header.brand--opencampus .c-nav__extra {
        border-color: #151716;
    }

    .c-nav-primary-header.brand--opencampus .c-nav__list__item.active .menuItem:after {
        background-color: #151716;
    }

    .c-nav-primary-header.brand--opencampus .menuSlab {
        border-color: #151716;
    }

        .c-nav-primary-header.brand--opencampus .menuSlab .menuSlab__row > div:hover .title:after {
            border-color: #151716;
        }

        .c-nav-primary-header.brand--opencampus .menuSlab .title:hover:after {
            border-color: #151716;
        }

.c-nav-primary-header__inner {
    padding: 0 15px;
    background-color: white;
}

.c-nav-primary-header__container {
    position: relative;
    background-color: white;
    z-index: 100;
    padding: 0px;
}

.c-nav-primary-header .c-nav {
    background-color: white;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

    .c-nav-primary-header .c-nav .btn-wrapper {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

.c-nav-primary-header .c-nav__list {
    list-style: none;
    display: flex;
    align-items: stretch;
}

.c-nav-primary-header .c-nav__list__item {
    display: flex;
}

    .c-nav-primary-header .c-nav__list__item.active {
        background-color: #f4f4f4;
    }

    .c-nav-primary-header .c-nav__list__item .menuItem {
        padding: 1rem;
        font-size: 1.125rem;
    }

        .c-nav-primary-header .c-nav__list__item .menuItem:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
        }

    .c-nav-primary-header .c-nav__list__item .icon {
        display: none;
    }

.c-nav-primary-header .c-nav__list .invisible {
    visibility: hidden;
    display: none;
}

.c-nav-primary-header .c-nav__list a {
    position: relative;
    white-space: nowrap;
}

    .c-nav-primary-header .c-nav__list a + a {
        margin-left: 1rem;
    }

.c-nav-primary-header .c-nav__extra {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    transition: all ease-in-out .25s;
    z-index: -1;
    transform: translateY(-100%);
    background-color: #f4f4f4;
    padding: 0;
    border-bottom: 2px solid;
}

    .c-nav-primary-header .c-nav__extra .menuItem {
        font-weight: bold;
    }

        .c-nav-primary-header .c-nav__extra .menuItem:after {
            display: none;
        }

    .c-nav-primary-header .c-nav__extra.active {
        overflow: auto;
        max-height: calc(100vh - 3rem);
        transform: translateY(0);
        top: 100%;
    }

    .c-nav-primary-header .c-nav__extra .menuSlab {
        padding: 0rem;
        position: relative;
        display: none;
        top: 0;
        transform: none;
        border-bottom: 2px;
    }

        .c-nav-primary-header .c-nav__extra .menuSlab .title {
            border: 0px;
        }

    .c-nav-primary-header .c-nav__extra .menuSlab__row {
        display: flex;
        flex-direction: column;
    }

        .c-nav-primary-header .c-nav__extra .menuSlab__row > div {
            width: 100%;
        }

        .c-nav-primary-header .c-nav__extra .menuSlab__row div + div {
            margin-top: 2rem;
            margin-left: 0rem;
        }

    .c-nav-primary-header .c-nav__extra .c-nav__list__item {
        flex-direction: column;
        white-space: normal;
    }

        .c-nav-primary-header .c-nav__extra .c-nav__list__item a {
            position: relative;
        }

        .c-nav-primary-header .c-nav__extra .c-nav__list__item.active .menuSlab {
            position: relative;
            z-index: 1;
            display: block;
            transform: none;
            top: auto;
        }

        .c-nav-primary-header .c-nav__extra .c-nav__list__item.active .icon-plus {
            display: none;
        }

        .c-nav-primary-header .c-nav__extra .c-nav__list__item .icon {
            pointer-events: none;
            display: block;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
        }

.c-nav-primary-header .menuSlab {
    padding: 4rem;
    position: absolute;
    top: -100%;
    transform: translateY(-100%);
    background-color: #f4f4f4;
    left: 0;
    right: 0;
    z-index: -1;
    transition-delay: .25s;
    transition: all ease-in-out .25s;
    border-bottom: 4px solid;
}

    .c-nav-primary-header .menuSlab .menuItem {
        font-weight: bold;
    }

    .c-nav-primary-header .menuSlab .title {
        display: inline-block;
        margin-bottom: 25px;
        font-weight: bold;
        position: relative;
        font-size: 1.125rem;
    }

        .c-nav-primary-header .menuSlab .title:after {
            position: absolute;
            bottom: -15px;
            left: 0;
            display: block;
            content: '';
            border-width: 2px;
            width: 4rem;
            border-color: white;
            transition: border-color ease-in-out .25s;
        }

    .c-nav-primary-header .menuSlab .level-1 {
        padding: 0;
        list-style: none;
    }

        .c-nav-primary-header .menuSlab .level-1 li {
            font-size: 1.125rem;
            margin-bottom: 3px;
        }

    .c-nav-primary-header .menuSlab.active {
        top: 100%;
        transform: translateY(0);
    }

    .c-nav-primary-header .menuSlab .container {
        pointer-events: auto;
    }

.c-nav-primary-header .menuSlab__row {
    display: flex;
    margin-bottom: 2rem;
}

    .c-nav-primary-header .menuSlab__row > div {
        width: 20%;
    }

    .c-nav-primary-header .menuSlab__row div + div {
        margin-left: 2rem;
    }

.article h4 {
    color: #0f0;
    font-weight: 300;
}

.article__header,
.article__content,
.article__footer {
    padding: 2em 6%;
}

.article__header {
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #dadada;
}

.article__heading,
.article__sub-heading {
    font-size: 50px;
    line-height: 1.2;
}

.article__heading {
    margin: 0;
}

.article__sub-heading {
    margin: 0 0 1em;
}

.article__meta h4 {
    margin: 0 .6em 0 0;
    float: left;
    color: #0f0;
    font-weight: 300;
}

.article__meta span {
    color: #dadada;
}

.article__content p {
    font-size: 1.3rem;
}

.article__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.carousel-component__video-slide .video-playing {
    display: none;
}

@media (min-width: 480px) {
    .carousel-component .carousel-image-min-height {
        min-height: 12.5rem;
    }
}

@media (min-width: 768px) {
    .carousel-component .carousel-image-min-height {
        min-height: 22.5rem;
    }
}

@media (min-width: 1024px) {
    .carousel-component .carousel-image-min-height {
        min-height: 25rem;
    }
}

.swiper-pagination-bullet {
    border-width: 1px;
    border-width: 2px;
    height: .75rem;
    width: .75rem;
    background-color: transparent;
    opacity: 1;
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }

.c-hero-carousel__item__blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
}

.c-hero-carousel__item {
    box-sizing: border-box;
}

    .c-hero-carousel__item .vjs-big-play-button {
        display: none;
    }

    .c-hero-carousel__item .play-button {
        position: relative;
    }

        .c-hero-carousel__item .play-button .pause {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .c-hero-carousel__item .play-button.playing .pause {
            opacity: 1;
        }

        .c-hero-carousel__item .play-button.playing .play {
            opacity: 0;
        }

.swiper-slide:hover svg,
.swiper-slide:focus svg {
    color: #ffc700;
    transition: .7s;
}

.swiper-container .swiper-slide {
    height: auto;
}

@media (min-width: 1024px) {
    .swiper-container .swiper-slide {
        height: 70vh;
    }
}

.swiper-container .swiper-slide .c-hero-carousel__item {
    height: 100%;
    background-position: center;
}

@media (min-width: 768px) {
    .swiper-container .swiper-slide .c-hero-carousel__item {
        background-position: 0 0;
    }
}

.swiper-container .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    background: linear-gradient(90deg, rgba(0, 0, 45, .801558) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151716", endColorstr="#ffffff", GradientType=1);
}

.swiper-container .swiper-slide .overlay--right {
    background: linear-gradient(270deg, rgba(0, 0, 45, .801558) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151716", endColorstr="#ffffff", GradientType=1);
}

.swiper-container .swiper-slide .overlay--light {
    background: linear-gradient(90deg, rgba(255, 255, 255, .801558) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

    .swiper-container .swiper-slide .overlay--light.overlay--right {
        background: linear-gradient(90deg, rgba(255, 255, 255, .801558) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }

.match-highlight-carousel .c-hero-carousel,
.match-highlight-carousel .swiper-wrapper,
.match-highlight-carousel .swiper-slide {
    min-height: 600px;
}

@media (min-width: 768px) {
    .match-highlight-carousel .swiper-container .swiper-slide .c-hero-carousel__item {
        background-position: 50% 30%;
    }
}

.c-timeline-carousel__item__blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
}

.c-timeline-carousel__item {
    box-sizing: border-box;
}

.swiper-slide:hover svg,
.swiper-slide:focus svg {
    color: #ffc700;
    transition: .7s;
}

.swiper-container .swiper-slide {
    height: auto;
}

@media (min-width: 768px) {
    .swiper-container .swiper-slide {
        height: 70vh;
    }
}

.swiper-container .swiper-slide .c-timeline-carousel__item {
    height: 100%;
    background-position: center;
}

@media (min-width: 768px) {
    .swiper-container .swiper-slide .c-timeline-carousel__item {
        background-position: 0 0;
    }
}

@media (min-width: 768px) {
    .c-carousel-square .swiper-slide {
        height: auto;
    }
}

.u-swiper-btn {
    color: #ffc107;
}

.timeline-component__gallery {
    display: none;
}

.mfp-wrap {
    overflow-x: hidden;
}

.mfp-container {
    min-height: 100%;
    display: flex;
    align-items: center;
}

    .mfp-container .mfp-content {
        width: auto;
    }

.mfp-bg {
    background-color: #151716;
}

.mfp-figure {
    background-color: #151716;
    text-align: center;
    width: 100%;
}

    .mfp-figure:after {
        display: none;
    }

img.mfp-img {
    padding: 0px;
    max-height: 80vh;
    max-width: 90vw;
}

.mfp-close {
    position: absolute;
    top: -44px;
    right: 0;
    color: #fff;
    opacity: 1;
}

    .mfp-close:active {
        top: -44px;
    }

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-bottom-bar {
    margin-top: 0px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.mfp-counter {
    position: relative;
    font-size: 1rem;
}

.mfp-bottom-bar {
    padding-top: 1rem;
}

@media (min-width: 0) and (max-width: 767px) {
    .mfp-bottom-bar {
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }
}

.mfp-title {
    color: #ffc700;
}

.mfp-desc {
    padding-bottom: 2rem;
    font-size: 1.5rem;
    padding-left: 1rem;
}

button.mfp-arrow {
    margin-top: 0px;
    width: 50%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    transform: scale(1);
    position: absolute;
}

    button.mfp-arrow:before {
        border-right: none;
        margin: 0;
        display: none;
    }

    button.mfp-arrow:after {
        content: '';
        width: 10px;
        height: 110px;
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% - 25px));
        border-radius: 0px;
        border-width: 10px;
        border-right: 0px;
        margin-left: 0px;
        border-style: solid;
        margin-top: 0px;
        background-color: #fff;
    }

    button.mfp-arrow:focus {
        outline: none;
    }

    button.mfp-arrow:active {
        margin-top: 0px;
    }

button.mfp-arrow-left {
    left: -10px;
}

button.mfp-arrow-right {
    right: -10px;
}

    button.mfp-arrow-right:after {
        right: 0px;
        left: auto;
    }

/* Following classes override the 'Magnific lightbox' default stylesheet */

/*
.mfp-container {
    display: flex;
    align-items: center;
}

.mfp-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mfp-figure {
    display: flex;
    align-items: center;
    margin: 5px;

    &:after {
        background: none;
        box-shadow: none;
    }
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}

.mfp-img {
    max-height: 90vh;
}

.mfp-bottom-bar {
    position: absolute;
    top: 95%;
    width: 100%;
    padding: 0 1em;

    div {
        color: #ffffff;
        line-height: normal;
        padding: 0;
        vertical-align: baseline;
    }
}

.mfp-title {
    font-size: 1.2em;
    font-weight: 700;
}

.mfp-counter {
    position: static;
}

.button.mfp-arrow {
    width: 0;
}

.button.mfp-arrow-left {
    &:active {
        outline: none;
    }
}

button.mfp-arrow-left {
    border-left: 10px solid #ffc700;
    &:before {
            border-right: none;
            margin: 0;
        }
    &:after {
            border-right: none;
            margin: 0;
        }
    &:focus {
        outline: none;
        }
}

button.mfp-arrow-right {
    border-right: 10px solid #ffc700;
    &:before {
            border-left: none;
            margin: 0;
        }
    &:after {
            border-left: none;
            margin: 0;
        }
    &:focus {
        outline: none;
        }
}

@media only screen and (min-width: 992px) {
    .mfp-img {
        min-width: 400px;
    }
}

*/

blockquote {
    font-family: "LemurBold", Helvetica, sans-serif;
}

    blockquote p {
        margin: 0;
        line-height: 1;
        position: relative;
        display: inline;
    }

@media (min-width: 0) and (max-width: 767px) {
    blockquote:before,
    blockquote:after {
        font-size: 1.5rem;
        margin: 0;
    }
}

.quote-box-wrapper--light .quote-box__inner {
    color: inherit;
    background-color: inherit;
    border: 1px solid #ffc700;
}

.quote-box-wrapper--dark .quote-box__inner {
    background-color: #f4f4f4;
}

.btn--download {
    border-width: 1px;
    border-color: #dadada;
    display: inline-block;
    background-color: transparent;
    color: #05001e;
    border-radius: .25rem;
}

    .btn--download:hover {
        background-color: transparent;
        color: #ffc700;
    }

.btn--link {
    border-radius: .25rem;
    background-color: transparent;
    color: #05001e;
    padding-left: 0;
    padding-right: 0;
}

    .btn--link:hover {
        background-color: transparent;
        color: #ffc700;
        text-decoration: underline;
    }

.icon-folder {
    fill: transparent;
    stroke: #dadada;
}

.disable-link {
    opacity: .2;
    pointer-events: none;
}

[data-lazy-load-list].is-loading {
    opacity: .4;
}

[data-lazy-load-list-content] > li {
    animation: fadeInFromBottom .3s linear;
    animation-fill-mode: both;
}

@keyframes fadeInFromBottom {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

[data-lazy-load-list].is-loading [data-lazy-load-list-action] {
    pointer-events: none;
}

.column-container {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

    .column-container .title-xl {
        font-family: "LemurBold", Helvetica, sans-serif;
        font-size: 7rem;
        line-height: 1;
    }

@media (max-width: 1439px) {
    .column-container .title-xl {
        font-size: 4rem;
    }
}

.column-container .col__content-title,
.column-container .col__content-text {
    font-size: 17px;
}

.column-container .col__content-title {
    font-family: "LemurBold", Helvetica, sans-serif;
}

.column-container .col__content-text + .col__content-cta {
    margin-top: 2rem;
}

.video-block iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6,
.text-container p,
.text-container ol,
.text-container ul,
.text-container hr {
    display: block;
    margin: 0;
    margin-bottom: 1.25rem;
}

    .text-container p > a {
        opacity: .4;
    }

        .text-container p > a:hover {
            opacity: 1;
            text-decoration: underline;
            color: #ffc700;
        }

.text-container hr {
    background: rgba(0, 0, 0, .2);
}

.text-container--grey-text {
    color: #dadada;
}

.embed .twitter-tweet {
    margin: 0 auto;
}

.embed iframe {
    margin: 0 auto;
    display: block;
}

.article-listing-slide {
    box-sizing: border-box;
    height: auto;
    width: calc(100% - 20%);
}

@media (min-width: 0) and (max-width: 767px) {
    .article-listing-slide {
        width: auto;
    }
}

.article-listing-slide--flexible-cta {
    width: 630px;
    max-width: calc((100vw - 30px));
}

.article-listing-slide--basic {
    width: 300px;
    height: auto;
}

.article-listing__swipe-prompt {
    background-color: rgba(0, 0, 0, .8);
}

.article-listing--mobile {
    position: relative !important;
}

    .article-listing--mobile .swiper-pagination-bullet {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
        border-color: #00f;
    }

        .article-listing--mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #00f;
        }

.article-listing--mini-standard .article-listing--standard__column {
    min-height: 200px;
}

.article-listing--standard .col-4 .article-listing--standard__column {
    max-width: 400px;
    min-height: 500px;
}

.article-listing--standard__column {
    max-width: 300px;
    min-height: 400px;
}

.article-listing--video .col-4 .article-listing--video__column {
    min-height: 0;
}

.article-listing--video__column {
    min-height: 0;
}

.c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #ffc700;
}

@media (min-width: 768px) {
    .content-card--flexible-cta {
        min-height: 412px;
    }
}

.toi-container {
    display: flex;
    padding: 1em;
}

    .toi-container.toi-container--top {
        align-items: flex-start;
    }

    .toi-container.toi-container--mid {
        align-items: center;
    }

    .toi-container.toi-container--bottom {
        align-items: flex-end;
    }

    .toi-container.toi-container--left {
        text-align: left;
        justify-content: flex-start;
    }

    .toi-container.toi-container--center {
        text-align: center;
        justify-content: center;
    }

    .toi-container.toi-container--right {
        text-align: right;
        justify-content: flex-end;
    }

.content-card--full a {
    top: 0;
}

.content-card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-card__video > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.content-card__video iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .watch-live-bar {
        margin-top: calc((104px / 2) * -1);
    }
}

.watch-live-bar__inner {
    min-height: 104px;
}

.watch-live-bar__logoWrapper {
    display: flex;
}

    .watch-live-bar__logoWrapper > * + * {
        margin-left: 1rem;
    }

@media (max-width: 768px) {
    .watch-live-bar__logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.scorecentre__wrapper:not(.brand--champ) .watch-live-bar__logo {
    position: relative;
    overflow: hidden;
    border: 2px solid #bebebe;
    border-radius: 100%;
}

.watch-live-bar__logoImage {
    max-height: 100%;
}

.scorecentre__wrapper:not(.brand--champ) .watch-live-bar__logoImage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    background-color: white;
    height: 66px;
}

.scorecentre__loading {
    height: 612px;
}

@media (min-width: 768px) {
    .scorecentre__loading {
        height: 572px;
    }
}

.scorecentre__wrapper:not(.brand--champ) .scorecentre__matchItem {
    position: relative;
    overflow: hidden;
    border: 4px solid white;
    border-radius: 100%;
    width: 8rem !important;
    height: 8rem !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.scorecentre__wrapper:not(.brand--champ) .scorecentre__matchLogo {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    background-color: white;
    width: 100%;
    height: 102%;
}

@media (min-width: 1024px) {
    .scorecentre__article {
        min-height: 572px;
    }
}

.tabs-panel {
    display: none;
}

    .tabs-panel.is-active {
        display: block;
    }

.tabs-title a {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-width: 4px;
    border-color: transparent;
}

@media (min-width: 768px) {
    .tabs-title a {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.tabs-title a:hover,
.tabs-title a:focus {
    color: #1200e0;
    border-color: #dadada;
}

.tabs-title.is-active {
    color: #1500fe;
}

    .tabs-title.is-active a {
        border-bottom-width: 4px;
        border-color: #1500fe;
    }

        .tabs-title.is-active a:hover,
        .tabs-title.is-active a:focus {
            border-color: #1200e0;
        }

.official-tabs .is-active {
    background-color: #1500fe;
    color: #fff;
}

.promo {
    display: flex;
}

@media (min-width: 0) and (max-width: 767px) {
    .promo {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .promo {
        font-size: 4.7rem;
    }
}

.promo__info {
    flex-grow: 1;
    color: white;
    background-color: #151716;
}

@media (min-width: 0) and (max-width: 767px) {
    .promo__info {
        order: 2;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .promo__info-inner {
        padding: 50px 15px;
    }
}

@media (min-width: 768px) {
    .promo__info-inner {
        width: 100%;
        max-width: calc(1285px / 2);
        padding: 50px 40px 110px 15px;
        margin-left: auto;
    }
}

.promo__title,
.promo__sub-title {
    line-height: 1.05;
    margin-top: 0;
}

@media (min-width: 0) and (max-width: 767px) {
    .promo__title,
    .promo__sub-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .promo__title,
    .promo__sub-title {
        font-size: 2.7rem;
    }
}

.promo__title {
    padding-left: 18px;
    margin-bottom: 25px;
}

.promo__sub-title {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 25px 0 0 18px;
    margin-bottom: 40px;
}

.promo__image {
    background-position: center;
    background-size: cover;
}

@media (min-width: 0) and (max-width: 767px) {
    .promo__image {
        height: 50vh;
        min-height: 350px;
        order: 1;
    }
}

@media (min-width: 768px) {
    .promo__image {
        width: 50%;
    }
}

.event-info {
    list-style-type: none;
    font-weight: 800;
    padding: 0;
    margin: 0;
}

@media (min-width: 0) and (max-width: 767px) {
    .event-info {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .event-info {
        font-size: 1.6rem;
    }

    .--beach .event-info {
        font-size: 1.9rem;
    }
}

.event-info li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.event-info__label {
    white-space: nowrap;
    border: 1px solid currentColor;
    border-radius: 50px;
    padding: 5px 18px;
    margin-right: 20px;
}

.event-info__label--clv-green {
    color: #0f0;
}

.event-info__label--ev-red {
    color: #f00;
}

.event-info__label--ebv-orange {
    color: #ff9e6d;
}

.event-info__label--cev-yellow {
    color: #ffc700;
}

.event-info__label--svb-blue {
    color: #0ff;
}

.event-info__value {
    line-height: 1;
    padding: 6px 0;
    margin: 0;
}

.video__header {
    text-align: center;
    padding: 37px 0;
}

.video__title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .video__title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .video__title {
        font-size: 3.5rem;
    }
}

.video__wrapper {
    position: relative;
}

.video__overlay {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video__overlay-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 0) and (max-width: 767px) {
    .video__overlay-inner {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .video__overlay-inner {
        width: 50%;
    }
}

.video__sub-title {
    line-height: 1.1;
    color: white;
    margin: 0 20px 0;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .video__sub-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .video__sub-title {
        font-size: 3rem;
    }
}

.video__bg-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.video__play-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-family: "LemurBold", Helvetica, sans-serif;
    font-size: 1rem;
    color: white;
    background-color: transparent;
    border-radius: 50%;
}

@media (min-width: 0) and (max-width: 767px) {
    .video__play-btn {
        width: 84px;
        height: 84px;
        border: 1px solid white;
    }
}

@media (min-width: 768px) {
    .video__play-btn {
        width: 144px;
        height: 144px;
        border: 3px solid white;
        margin-right: -72px;
        font-size: 1.5rem;
    }
}

.video__play-btn:hover {
    background-color: white;
    color: #f00;
}

.--beach .video__play-btn:hover {
    color: #ff9e6d;
}

.--champ .video__play-btn:hover {
    color: #0f0;
}

.shirt {
    max-width: 200px;
}

.shirt--middle {
    margin-top: -3rem;
}

.shirt--playbyplay {
    max-width: 50px;
    min-height: 1px;
    /* Fixes IE flex column bug */
}

.shirt--featured {
    max-width: 150px;
}

.shirt__name {
    word-break: break-word;
}

@media (min-width: 768px) {
    .shirt__name {
        margin-left: 14%;
    }
}

.shirt-1 {
    top: 0;
    left: 0;
}

.shirt-2 {
    bottom: 0;
    right: 0;
}

.schedule__date {
    transition: background-color .2s ease-in-out;
    will-change: background-color;
}

/* Reduce lag in Safari */

.swiper-wrapper,
.swiper-slide {
    transform-style: flat;
}

.socials {
    display: flex;
    justify-content: center;
    background-color: white;
}

.socials__item {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #151716;
    border-radius: 50%;
}

    .socials__item img {
        width: 100%;
    }

.socials__item--white {
    background-color: white;
}

@media (min-width: 0) and (max-width: 767px) {
    .socials__item {
        width: 36px;
        height: 36px;
        margin: 0 5px;
    }
}

@media (min-width: 768px) {
    .socials__item {
        width: 54px;
        height: 54px;
        margin: 0 10px;
    }
}

.--beach .socials__item:hover {
    background-color: #ff9e6d;
}

.--champ .socials__item:hover {
    background-color: #0f0;
}

.socials__item svg {
    fill: currentColor;
}

@media (min-width: 0) and (max-width: 767px) {
    .socials__item svg {
        transform: scale(1.3);
    }
}

@media (min-width: 768px) {
    .socials__item svg {
        transform: scale(2);
    }
}

.sponsors-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    .sponsors-list > * {
        margin: 0 1em;
    }

.hero {
    position: relative;
    z-index: 2;
    height: calc(100vh - 70px);
    min-height: 650px;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero {
        background: #151716 no-repeat center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .hero {
        display: flex;
        align-items: stretch;
    }
}

.hero__cta {
    width: 50%;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__cta {
        width: 100%;
    }
}

.hero__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__panel {
        width: 100%;
        height: 50%;
        background-size: 100%;
    }
}

@media (min-width: 768px) {
    .hero__panel {
        width: 100%;
        height: 100%;
        background-color: #151716;
        background-size: 120%;
    }
}

.hero__panel:first-child {
    border-right: 1px solid #dadada;
}

.hero__panel .hero__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__panel .hero__image {
        display: block;
    }
}

@media (min-width: 768px) {
    .hero__panel.hero__panel--mens .hero__image {
        background-position: center center;
    }

    .hero__panel.hero__panel--mens:hover .hero__image {
        display: block;
    }
}

@media (min-width: 768px) {
    .hero__panel.hero__panel--womens .hero__image {
        background-position: center center;
    }

    .hero__panel.hero__panel--womens:hover .hero__image {
        display: block;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__panel .gender-nav__tab {
        display: none;
    }
}

@media (min-width: 768px) {
    .hero__panel .gender-nav__tab {
        height: 160px;
    }
}

.hero__emblem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__emblem {
        display: none;
    }
}

.hero__panel:hover .hero__emblem {
    display: none;
}

.hero-info {
    width: 100%;
    color: white;
    background-repeat: no-repeat;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-size: 75%;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .hero-info {
        display: none;
        max-width: calc(1285px / 2);
        background-size: 80%;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .hero__panel:hover .hero-info {
        display: block;
    }
}

.hero__panel--mens .hero-info {
    background-position: bottom right;
}

@media (min-width: 768px) {
    .hero__panel--mens .hero-info {
        margin-left: auto;
    }
}

.hero__panel--womens .hero-info {
    background-position: 100% 100%;
}

@media (min-width: 768px) {
    .hero__panel--womens .hero-info {
        padding-left: 72px;
        margin-right: auto;
    }
}

.hero__title {
    line-height: .9;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__title {
        font-size: 3.7rem;
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .hero__title {
        font-size: 4.7rem;
        margin: 70px 0 30px;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__ticket-btn {
        margin: 20px 0;
    }
}

@media (min-width: 768px) {
    .hero__ticket-btn {
        margin: 30px 0;
    }
}

.hero__sub-title {
    line-height: .9;
    margin: 0;
    font-size: 4.7rem;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero__sub-title {
        font-size: 3.7rem;
    }
}

.gender-nav {
    display: flex;
}

.gender-nav__tab {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 160px;
    cursor: pointer;
    background-color: white;
}

    .gender-nav__tab:not(.is-active):hover,
    .hero__panel:hover .gender-nav__tab:not(.is-active) {
        color: #00E2DA;
        background-color: currentColor;
    }

    .gender-nav__tab.is-active {
        color: #dadada;
        background-color: currentColor;
    }

        .gender-nav__tab.is-active:hover {
            cursor: default;
        }

@media (min-width: 768px) {
    .gender-nav__tab:hover:after,
    .hero__panel:hover .gender-nav__tab:after,
    .gender-nav__tab.is-active:after {
        content: '';
        position: absolute;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 23px 25px 0 25px;
        border-color: currentColor transparent transparent transparent;
    }
}

.gender-nav__tab-inner {
    width: 100%;
    max-width: calc(1285px / 2);
    color: #05001e;
    padding-left: 15px;
}

@media (min-width: 0) and (max-width: 767px) {
    .gender-nav__tab-inner {
        padding: 15px;
    }
}

.gender-nav__tab--mens .gender-nav__tab-inner {
    margin-left: auto;
}

@media (min-width: 768px) {
    .gender-nav__tab--womens .gender-nav__tab-inner {
        padding-left: 72px;
        margin-right: auto;
    }
}

.gender-nav__tab-title {
    font-size: 2.5rem;
    line-height: 1;
    color: #05001e;
    margin: 0;
}

.gender-nav__tab:not(.is-active):hover .gender-nav__tab-title,
.hero__panel:hover .gender-nav__tab:not(.is-active) .gender-nav__tab-title {
    color: white;
}

.gender-nav__tab-btn {
    font-family: "LemurBold", Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    margin-top: 10px;
}

    .gender-nav__tab-btn:hover {
        color: white;
        background-color: #151716;
    }

.selector-component {
    z-index: 0 !important;
}

.sidebar-component {
    margin-top: 15px;
}

    .sidebar-component > div {
        height: auto !important;
        padding: 0px !important;
        margin: 15px 15px 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .sidebar-component .article-listing--image-promo {
        height: 450px !important;
    }

@media (min-width: 768px) {
    .sidebar-component {
        margin-left: 15px !important;
    }

        .sidebar-component > div {
            height: auto !important;
            padding: 0 !important;
            margin: 15px 0 0 0 !important;
            width: calc(50% - 15px) !important;
            max-width: calc(50% - 15px) !important;
        }

            .sidebar-component > div:nth-child(2n) {
                margin-left: 15px !important;
            }
}

@media (min-width: 1024px) {
    .sidebar-component {
        margin-top: 0;
    }

        .sidebar-component > div {
            width: 100% !important;
            max-width: 100% !important;
        }

            .sidebar-component > div + div {
                margin-top: 15px !important;
            }

            .sidebar-component > div:nth-child(2n) {
                margin-left: 0 !important;
            }
}

.sidebar-component--sports > div {
    margin: 15px 0 0 0 !important;
}

@media (min-width: 768px) {
    .sidebar-component--sports {
        margin-left: 0 !important;
    }

        .sidebar-component--sports > div {
            height: auto !important;
            padding: 0 !important;
            margin: 15px 7.5px 0 7.5px !important;
            width: calc((100% / 3) - 13px) !important;
            max-width: none !important;
        }

            .sidebar-component--sports > div:nth-child(2n) {
                margin-left: 0 !important;
            }
}

@media (min-width: 1024px) {
    .sidebar-component--sports {
        margin-top: 0;
    }

        .sidebar-component--sports > div {
            margin: 0 0 0 15px !important;
            width: 100% !important;
            max-width: 300px !important;
        }

            .sidebar-component--sports > div:nth-child(2n) {
                margin-left: 15px !important;
            }
}

.starting-team {
    /*@include media('>large') {
		&__featured {
			order: 4;
		}
		&__players {
			order: 3;
		}
	}*/
}

.starting-team__players {
    columns: 2;
    column-gap: 2rem;
}

.starting-team__logo img {
    max-width: 80px;
}

.starting-team__player {
    page-break-inside: avoid;
    break-inside: avoid;
}

@media only screen and (min-width: 600px) {
    .starting-team__logo {
        order: 1;
    }

    .starting-team__coach {
        order: 4;
    }

    .starting-team__featured {
        order: 3;
    }

    .starting-team__players {
        order: 2;
    }
}

@media only screen and (min-width: 768px) {
    .starting-team__logo {
        order: 1;
    }

    .starting-team__coach {
        order: 2;
    }

    .starting-team__featured {
        order: 4;
    }

    .starting-team__players {
        order: 3;
    }
}

.c-address-card {
    border-top: 2px solid #ffc700;
}

.c-address-card__block {
    border-top: 1px solid #f4f4f4;
}

.c-address-card__img {
    border-right: 1px solid #f4f4f4;
}

.c-address-card__list + .c-address-card__list {
    padding-top: 1rem !important;
}

.c-address-card__list li {
    margin-bottom: .5rem;
}

    .c-address-card__list li svg {
        transform: translateY(3px);
        margin-right: .8rem;
    }

.c-address-card .blockTitle {
    display: flex;
    align-items: center;
}

@media (min-width: 481px) {
    .c-address-card .blockTitle h3 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .c-address-card .blockTitle h3 {
        width: 40%;
    }
}

.playbyplay__logo {
    max-height: 75px;
}

.playbyplay__timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dadada;
}

.playbyplay__event:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
}

.playbyplay__sub:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0;
}

.playbyplay__sub--in:after {
    border-left: 5px solid #0f0;
}

.playbyplay__sub--out:after {
    border-right: 5px solid #f00;
}

.playbyplay__event:before,
.playbyplay__sub:before {
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.playbyplay__event--home:before {
    left: 100%;
    border-left: 4px solid #151716;
}

.playbyplay__event--away:before {
    right: 100%;
    border-right: 4px solid #151716;
}

@media (min-width: 769px) {
    .playbyplay__tabs {
        /*&:before {
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				top: 50%;
				height: 1px;
				background: $grey-light;
			}*/
    }

    .playbyplay__event:before {
        margin-top: -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .playbyplay__event:after {
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .playbyplay__event--home:before {
        border-left: 8px solid #151716;
    }

    .playbyplay__event--away:before {
        border-right: 8px solid #151716;
    }

    .playbyplay__event--home:after {
        left: 1.5rem;
        border-left: 5px solid white;
    }

    .playbyplay__event--away:after {
        right: 1.5rem;
        border-right: 5px solid white;
    }
}

@media (min-width: 1025px) {
    .playbyplay__event {
        min-width: 200px;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .ie-position {
        margin-top: -3rem;
    }
    /* IE11 */
}

.tab-container {
    display: flex;
    flex-direction: column;
}

    .tab-container .pool-tab {
        height: auto;
        margin: .25em .75em;
        padding: 9px 40px;
        border: 1px solid #dadada;
        outline: none;
        text-align: center;
        cursor: pointer;
    }

.tab-container--center {
    justify-content: center;
}

.pool-standings-table {
    margin: 10px 0;
    /* Display classes showing pool data on tab click */
}

    .pool-standings-table table thead tr:first-child {
        border-bottom: 2px solid #dedbdb;
    }

    .pool-standings-table th {
        padding: 1em .2em;
        min-width: 2.5em;
        text-align: left;
    }

    .pool-standings-table td {
        padding: 1em .5em;
        text-align: left;
    }

        .pool-standings-table td.country {
            min-width: 10em;
        }

        .pool-standings-table td .flag-icon {
            position: relative;
            display: inline-block;
            float: left;
            width: 1.5em;
            height: 1.5em;
            margin-top: -3px;
            margin-right: .5em;
            background-color: #f4f4f4;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border: 1px solid #dadada;
            border-radius: 50%;
        }

.pool-standings-table--striped tr:nth-child(odd) {
    background-color: white;
}

.pool-standings-table--striped thead tr:nth-child(odd) {
    background-color: transparent;
}

.pool-standings-table__flagIcon {
    position: relative;
    display: inline-block;
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-top: -3px;
    margin-right: .5em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    border: 1px solid #dadada;
    border-radius: 50%;
}

.brand--champ .pool-standings-table__flagIcon {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.pool-standings-table .display-state {
    display: none;
}

.pool-standings-table .hidden {
    display: none !important;
}

.pool-standings-table .show {
    visibility: visible;
}

@media only screen and (min-width: 600px) {
    .pool-standings-table .tab-container {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1000px) {
    .pool-standings-table .display-state {
        display: table-cell;
    }
}

@media only screen and (min-width: 600px) {
    .tab-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
    }

        .tab-container .pool-tab {
            margin: .25em 0;
            margin-right: .5em;
        }

    .display-state {
        display: table-cell;
    }
}

.overlay-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .7em;
    left: 0;
    width: 100%;
    height: 4em;
    font-size: 1.25em;
    background-color: rgba(255, 255, 255, .95);
    padding: .5em 1em;
    transform-origin: left;
    z-index: 9;
}

@media only screen and (min-width: 520px) {
    .overlay-container {
        display: none;
    }
}

.overlay-container img {
    width: 1.5em;
    height: auto;
    margin-bottom: -0.25em;
}

.fade {
    animation: fade-out .3s ease-out forwards;
}

@keyframes fade-out {
    0% {
        transform: scaleX(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(0);
        opacity: 0;
    }
}

.c-match-summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

    .c-match-summary > div {
        text-align: center;
        width: 100%;
    }

@media (min-width: 480px) {
    .c-match-summary {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 1rem;
        flex-direction: row;
    }

        .c-match-summary > div {
            text-align: left;
        }
}

@media (max-width: 768px) {
    .c-match-summary {
        flex-wrap: wrap;
    }
}

.c-match-summary__section-header {
    margin-bottom: .5rem;
    color: #707c83;
}

.c-match-summary__location {
    order: 3;
    color: #707c83;
}

    .c-match-summary__location P {
        font-size: 1rem;
    }

@media (min-width: 480px) {
    .c-match-summary__location {
        padding-top: 0;
        width: 50% !important;
        text-align: right !important;
    }
}

@media (min-width: 769px) {
    .c-match-summary__location {
        width: 33% !important;
    }
}

.c-match-summary__overview {
    order: 2;
}

@media (min-width: 480px) {
    .c-match-summary__overview {
        width: 50% !important;
    }
}

@media (min-width: 769px) {
    .c-match-summary__overview {
        width: 25% !important;
        order: 1;
    }
}

.c-match-summary__overview P {
    font-size: 1rem;
    margin-bottom: .5rem;
}

    .c-match-summary__overview P span {
        display: block;
    }

.c-match-summary__overview__date {
    color: #707c83;
}

.c-match-summary__overview__match {
    font-weight: bold;
    margin-right: .5em;
}

.c-match-summary__overview__official-label {
    display: none;
}

@media (min-width: 768px) {
    .c-match-summary__overview__official-label {
        display: block;
    }
}

.c-match-summary__overview__inline {
    display: block;
}

@media (min-width: 1400px) {
    .c-match-summary__overview__inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.c-match-summary__official {
    display: none;
    padding: .25em 0;
}

@media (min-width: 480px) {
    .c-match-summary__official {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: right;
        color: #707c83;
        width: 50%;
        float: right;
        clear: both;
    }
}

.c-match-summary__official .img {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: 50% 50%;
    border: 2px solid #dadada;
    margin-right: .5rem;
}

.c-match-summary__buttons {
    padding-top: 1rem;
    clear: both;
}

.c-match-summary__teamSummary {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 25%;
}

.c-match-summary__teamCode {
    font-weight: 700;
}

.c-match-summary__teamImage {
    background-size: 152%;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    margin-bottom: 1rem;
    border-radius: 50%;
    border: 2px solid #dadada;
}

.brand--champ .c-match-summary__teamImage {
    background-size: 100%;
    border-radius: 0;
    border: none;
}

.c-match-summary__scorecentre {
    text-align: center !important;
    width: 100% !important;
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .c-match-summary__scorecentre {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom-width: 1px;
        border-color: #f8fafc;
    }
}

@media (min-width: 769px) {
    .c-match-summary__scorecentre {
        width: 42% !important;
        order: 2;
    }
}

.c-match-summary__scorecentre > div {
    width: 33%;
}

@media (max-width: 768px) {
    .c-match-summary__scorecentre p {
        font-size: 1rem;
    }
}

.c-match-summary__goldenSet {
    font-size: 1rem;
    color: #ffc700;
}

    .c-match-summary__goldenSet strong {
        display: block;
    }

.c-match-summary__score {
    margin: 1em;
    text-align: center;
    width: 50%;
}

    .c-match-summary__score .default {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }

@media (min-width: 768px) {
    .c-match-summary__score .default {
        font-size: 3rem;
    }
}

.c-match-summary__score h2 {
    font-size: 1.5rem;
    margin-bottom: .75rem;
}

@media (min-width: 480px) {
    .c-match-summary__score h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .c-match-summary__score h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

.c-match-summary__score p {
    color: #707c83;
}

.c-match-summary__score span {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .c-match-summary__awayteam {
        order: 1;
    }
}

.c-match-summary__logoWrapper {
    position: relative;
    overflow: hidden;
}

.c-match-summary__logoImage {
    background-color: white;
    display: block;
    margin: 0 auto;
}

.brand--champ .c-match-summary__logoImage {
    background-color: transparent;
    object-fit: cover;
}

.final-rankings-container table thead tr {
    border-bottom: 2px solid #dedbdb;
}

.final-rankings-container th {
    padding: 1em;
    min-width: 3em;
    text-align: left;
}

.final-rankings-container td {
    padding: 1em;
}

    .final-rankings-container td.country {
        min-width: 10em;
    }

.final-rankings-container__flagWrapper {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: -3px;
    margin-right: .5em;
}

.competition-components-container:not(.brand--champ) .final-rankings-container__flagWrapper {
    width: 1.5em;
    height: 1.5em;
    background-color: #f4f4f4;
    border: 1px solid #dadada;
    border-radius: 50%;
    overflow: hidden;
}

.competition-components-container.brand--champ .final-rankings-container__flagWrapper {
    max-height: 1.5em;
}

.competition-components-container:not(.brand--champ) .final-rankings-container__flagImage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
}

    .competition-components-container:not(.brand--champ) .final-rankings-container__flagImage > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.competition-components-container.brand--champ .final-rankings-container__flagImage > img {
    height: 100%;
    max-height: 1.5em;
}

.final-rankings-container__highlight {
    background-color: #dadada;
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    text-align: center;
}

.stats-container__content {
    display: flex;
    justify-content: space-around;
}

@media (min-width: 768px) {
    .stats-container__content {
        margin-bottom: 0;
    }
}

.stats-container__player-display {
    display: flex;
    justify-content: space-around;
    align-content: center;
    width: 50%;
    height: 100%;
    padding: 1em;
}

@media (min-width: 768px) {
    .stats-container__player-display {
        padding: 3em;
    }
}

.stats-container__player-display .pager--left {
    transform: scale(-1);
    /* Flip pager arrow horizonally to create left arrow */
}

.stats-container__pager {
    background-image: url("../img/svg/pager-arrow.svg");
    background-size: contain;
    background-position: center;
    position: relative;
    margin-top: 180px;
    min-width: 30px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
}

@media (min-width: 768px) {
    .stats-container__pager {
        min-width: 40px;
        height: 40px;
    }
}

.stats-container__player-summary {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
}

@media (min-width: 768px) {
    .stats-container__player-summary {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        font-family: "LemurBold", Helvetica, sans-serif;
    }
}

.stats-container__player-shirt {
    /*display: flex;
        justify-content: center;
        align-items: center;*/
    text-align: center;
}

@media (min-width: 768px) {
    .stats-container__player-shirt {
        background-image: url("../img/svg/shirt.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 300px;
        min-width: 280px;
        padding-top: 100px;
    }
}

.stats-container__player-number {
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
}

@media (min-width: 768px) {
    .stats-container__player-number {
        font-size: 5rem;
    }
}

.stats-container__player-name {
    margin-top: 1%;
    font-size: 1em;
}

.stats-container__player-position {
    margin-top: 1%;
    font-size: 1em;
}

.stats-container__team-name {
    position: absolute;
    top: 115px;
    color: #00f;
}

@media (min-width: 768px) {
    .stats-container__team-name {
        top: 360px;
    }
}

.stats-container__stats-display {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 2em;
    border-top: 1px solid #f4f4f4;
}

.stats-container__stats-summary {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    .stats-container__stats-summary {
        margin: 0 10%;
    }
}

.stats-container__val {
    flex-basis: 80px;
    font-size: 1.75rem;
    font-weight: bold;
}

.team-overview {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    padding: 1em;
}

@media (min-width: 768px) {
    .team-overview {
        padding: 2em;
        width: 60%;
        margin: auto;
    }
}

.team-overview h3 {
    order: 2;
    flex-basis: 33%;
}

.team-overview .team-1 {
    order: 1;
    flex-basis: 33%;
}

.team-overview .team-2 {
    order: 3;
    flex-basis: 33%;
}

.team-overview__badge {
    width: 4em;
    height: 4em;
    border: 4px solid #dadada;
    border-radius: 50%;
    object-fit: cover;
}

.brand--champ .team-overview__badge {
    border: none;
    border-radius: 0;
    object-fit: contain;
}

.stats-display-container .tab-container {
    justify-content: center;
    padding-bottom: 1rem;
}

.stats-display-container .chart-container {
    color: white;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .stats-display-container .chart-container {
        width: 90%;
        margin: auto;
        margin-bottom: 1em;
    }
}

.stats-display-container .chart-container .bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    transition: width 1s;
}

.stats-display-container .chart-container .stat {
    width: 1.5em;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.stats-display-container .chart-container .stat-m-l {
    margin-left: 20px;
}

@media (min-width: 768px) {
    .stats-display-container .chart-container .stat-m-l {
        margin-left: 80px;
    }
}

.stats-display-container .chart-container .stat-m-r {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .stats-display-container .chart-container .stat-m-r {
        margin-right: 80px;
    }
}

.stats-display-container .chart-container .team-1-data {
    background-color: #00f;
    display: flex;
    justify-content: flex-start;
}

.stats-display-container .chart-container .team-2-data {
    display: flex;
    justify-content: flex-end;
}

.stats-display-container .chart-container .bar-category {
    position: absolute;
}

.match-gallery {
    /* Flex Fallback for IE */
    display: flex;
    flex-wrap: wrap;
    /* Supports Grid */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 1em;
}

@media (min-width: 768px) {
    .match-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

.match-gallery a {
    /* Flex Fallback for IE */
    margin: .25rem;
    flex: 1 1 24%;
    height: auto;
}

@supports (display: grid) {
    .match-gallery a {
        margin: 0;
    }
}

.match-gallery div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .8;
}

    .match-gallery div:hover {
        opacity: 1;
    }

.match-img-summary {
    color: #dadada;
}

.mfp-bottom-bar {
    padding: 1rem 0 !important;
}

button.mfp-arrow {
    top: 8%;
    width: 5%;
}

.img-push {
    height: 75px;
}

.thumbnail-gallery {
    display: none;
    white-space: nowrap;
    overflow-x: auto;
    position: fixed;
    z-index: 2000;
    bottom: 30px;
    left: 15px;
    right: 47px;
    width: calc(100% - 62px);
    padding-right: 0;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

    .thumbnail-gallery::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    .thumbnail-gallery button {
        line-height: 0;
        border: 2px solid transparent;
    }

        .thumbnail-gallery button.active {
            border: 2px solid #ffc700;
        }

        .thumbnail-gallery button img {
            width: 50px;
            height: 50px;
            object-fit: cover;
        }

.team-container {
    width: 100%;
    margin-top: 1em;
}

    .team-container .squad-container {
        box-sizing: border-box;
        position: relative;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        pointer-events: none;
    }

    .team-container .squad-container__player-card {
        position: relative;
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: white;
        margin: .75rem;
    }

@media only screen and (min-width: 600px) {
    .team-container .squad-container__player-card {
        flex-basis: 46%;
        max-width: 46%;
        margin: .5rem;
    }
}

@media (min-width: 768px) {
    .team-container .squad-container__player-card {
        flex-basis: 31%;
        max-width: 31%;
        margin: .5rem;
    }
}

@media (min-width: 1024px) {
    .team-container .squad-container__player-card {
        flex-basis: calc(33.3% - 1rem);
    }
}

@media only screen and (min-width: 1200px) {
    .team-container .squad-container__player-card {
        flex-basis: calc(25% - 1rem);
        margin: .5rem;
    }
}

.team-container .squad-container__player-card__number {
    position: absolute;
    background-color: rgba(0, 0, 45, .5);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    padding: .5rem;
}

.team-container .squad-container__player-card__summary {
    max-height: 110px;
}

.team-container .squad-container__player-card__captain {
    position: absolute;
    top: -7px;
    right: -7px;
    height: 30px;
    width: 30px;
    background-color: #f00;
    color: white;
    font-size: 1rem;
    padding-bottom: 1rem;
    border-radius: 50%;
}

.team-container .squad-container__player-card .content-card__image {
    background-position: 50% 0%;
    padding-top: 130%;
}

.brand--general .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--general .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #00f;
}

.brand--euro .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--euro .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #f00;
}

.brand--beach .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--beach .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #ff9e6d;
}

.brand--snow .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--snow .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #0ff;
}

.brand--indoor .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--indoor .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #0f0;
}

.brand--cev .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--cev .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #ffc700;
}

.brand--olympic .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--olympic .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #e10e49;
}

.brand--champ .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--champ .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #0f0;
}

.brand--leaguegold .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--leaguegold .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #b79c41;
}

.brand--leaguesilver .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--leaguesilver .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #c6c6c6;
}

.brand--beachroadtotokyo .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--beachroadtotokyo .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #004b9b;
}

.brand--superfinals .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--superfinals .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #0f0;
}

.brand--opencampus .c-article-listing-summary__summary {
    border-top: 1px solid #fff;
}

.brand--opencampus .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid #151716;
}

.match-report > div {
    padding: 0 8rem 0 8rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 2rem;
    font-weight: 700;
}

.match-report__summary-container {
    position: relative;
    overflow: hidden;
    height: auto;
    max-height: 200px;
}

.match-report__summary-container--show-overflow {
    overflow: visible;
    height: auto;
    max-height: none;
}

.gradient-overlay {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    z-index: 9;
}

.gradient-overlay--white {
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

.toggle-show-hide-btn {
    display: block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 2rem;
}

.is-active {
    display: block;
}

.is-hidden {
    display: none;
}

/*@keyframes expand {
    0% {
        height: 10rem;
    }
    100% {
        overflow: visible;
        height: auto;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}*/

@media (min-width: 768px) {
    .team-form__tabs:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: #dadada;
    }
}

.top-scorer-card__player-image {
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 250px;
}

.top-scorer-card__top-scorer-list {
    position: relative;
    width: 100%;
    background-color: white;
    list-style-position: inside;
    padding-inline-start: 0;
}

.top-scorer-card__list-item {
    position: relative;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #f4f4f4;
    padding: 1rem;
}

.poll-ring--winner {
    stroke: #f00;
    transform: rotate(-90deg);
    transform-origin: center;
}

.poll-ring--loser {
    stroke: #00f;
}

.poll-bar--bg {
    color: #00f;
    top: 0;
    left: 0;
    bottom: 0;
}

.poll-button--half {
    width: calc(50% - 1px);
}

.match-info .accordion-title,
.match-info .tabs {
    background-color: #fff;
}

.match-info .accordion-content,
.match-info .tabs-content {
    position: relative;
    background-color: #151716;
}

    .match-info .accordion-content h2,
    .match-info .accordion-content h3,
    .match-info .accordion-content h4,
    .match-info .accordion-content h5,
    .match-info .tabs-content h2,
    .match-info .tabs-content h3,
    .match-info .tabs-content h4,
    .match-info .tabs-content h5 {
        margin-bottom: .75rem;
    }

.match-info .accordion-content {
    display: none;
}

.match-info .accordion-content__image {
    padding-top: 110%;
    background-position: top center;
    background-size: cover;
}

.match-info .accordion-title {
    display: block;
    padding: 1rem;
    border-bottom-width: 1px;
    border-color: #dadada;
}

    .match-info .accordion-title:hover {
        color: #ff0201;
    }

.match-info .tabs-content {
    width: 60%;
}

.match-info .tabs {
    width: 40%;
}

.match-info .tabs-title a {
    border-bottom-width: 1px;
    border-color: #dadada;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .match-info .tabs-title a:focus {
        color: #05001e;
    }

.match-info .tabs-title.is-active a {
    background-color: #f4f4f4;
    border-color: #c0c0c0;
}

.match-info__logo {
    bottom: 0;
    right: 0;
    max-width: 150px;
}

.match-info__cta {
    bottom: 0;
}

.double-donut {
    width: 100%;
    padding-bottom: 100%;
}

.double-donut__bg {
    stroke: #dadada;
}

.double-donut__ring {
    transform: rotate(-90deg);
    transform-origin: center;
    transition: 1s;
}

.double-donut__ring--away {
    stroke: #f00;
    transition-delay: .2s;
}

.double-donut__ring--home {
    stroke: #00f;
    transform: rotate(-90deg) scaleY(-1);
}

.stats-wheel__wheel {
    max-width: 300px;
}

@media (min-width: 768px) {
    .stats-wheel__wheel {
        max-width: 450px;
    }
}

.stats-wheel__arrow:focus {
    box-shadow: 0 0 0 .2rem #bdbdff;
}

.c-image-promo-exapnd {
    position: relative;
}

.c-image-promo-exapnd__row {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .c-image-promo-exapnd__row {
        flex-direction: row;
    }
}

.c-image-promo-exapnd__row:hover .c-image-promo-exapnd__item__content div h2 {
    opacity: 1;
}

.c-image-promo-exapnd__item {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    transition: flex .6s cubic-bezier(.23, 1, .32, 1);
    will-change: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

    .c-image-promo-exapnd__item:hover {
        flex-grow: 2 !important;
    }

        .c-image-promo-exapnd__item:hover .c-image-promo-exapnd__item__content {
            background: rgba(0, 0, 45, .75);
        }

            .c-image-promo-exapnd__item:hover .c-image-promo-exapnd__item__content div > * {
                transition: opacity .25s ease-in-out;
                opacity: 1;
            }

.c-image-promo-exapnd__item__content {
    background: rgba(0, 0, 45, 0);
    transition: background-color .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .c-image-promo-exapnd__item__content > div {
        padding: 2rem;
        max-width: 100%;
        color: #fff;
    }

        .c-image-promo-exapnd__item__content > div > * {
            transition: opacity .25s ease-in-out;
            opacity: 0;
        }

.c-image-promo-exapnd.brand--general hr {
    border-color: #00f;
}

.c-image-promo-exapnd.brand--general a:hover {
    color: #00f;
}

.c-image-promo-exapnd.brand--general .label {
    color: #00f;
}

.c-image-promo-exapnd.brand--euro hr {
    border-color: #f00;
}

.c-image-promo-exapnd.brand--euro a:hover {
    color: #f00;
}

.c-image-promo-exapnd.brand--euro .label {
    color: #f00;
}

.c-image-promo-exapnd.brand--beach hr {
    border-color: #ff9e6d;
}

.c-image-promo-exapnd.brand--beach a:hover {
    color: #ff9e6d;
}

.c-image-promo-exapnd.brand--beach .label {
    color: #ff9e6d;
}

.c-image-promo-exapnd.brand--snow hr {
    border-color: #0ff;
}

.c-image-promo-exapnd.brand--snow a:hover {
    color: #0ff;
}

.c-image-promo-exapnd.brand--snow .label {
    color: #0ff;
}

.c-image-promo-exapnd.brand--indoor hr {
    border-color: #0f0;
}

.c-image-promo-exapnd.brand--indoor a:hover {
    color: #0f0;
}

.c-image-promo-exapnd.brand--indoor .label {
    color: #0f0;
}

.c-image-promo-exapnd.brand--cev hr {
    border-color: #ffc700;
}

.c-image-promo-exapnd.brand--cev a:hover {
    color: #ffc700;
}

.c-image-promo-exapnd.brand--cev .label {
    color: #ffc700;
}

.c-image-promo-exapnd.brand--olympic hr {
    border-color: #e10e49;
}

.c-image-promo-exapnd.brand--olympic a:hover {
    color: #e10e49;
}

.c-image-promo-exapnd.brand--olympic .label {
    color: #e10e49;
}

.c-image-promo-exapnd.brand--champ hr {
    border-color: #0f0;
}

.c-image-promo-exapnd.brand--champ a:hover {
    color: #0f0;
}

.c-image-promo-exapnd.brand--champ .label {
    color: #0f0;
}

.c-image-promo-exapnd.brand--leaguegold hr {
    border-color: #b79c41;
}

.c-image-promo-exapnd.brand--leaguegold a:hover {
    color: #b79c41;
}

.c-image-promo-exapnd.brand--leaguegold .label {
    color: #b79c41;
}

.c-image-promo-exapnd.brand--leaguesilver hr {
    border-color: #c6c6c6;
}

.c-image-promo-exapnd.brand--leaguesilver a:hover {
    color: #c6c6c6;
}

.c-image-promo-exapnd.brand--leaguesilver .label {
    color: #c6c6c6;
}

.c-image-promo-exapnd.brand--beachroadtotokyo hr {
    border-color: #004b9b;
}

.c-image-promo-exapnd.brand--beachroadtotokyo a:hover {
    color: #004b9b;
}

.c-image-promo-exapnd.brand--beachroadtotokyo .label {
    color: #004b9b;
}

.c-image-promo-exapnd.brand--superfinals hr {
    border-color: #0f0;
}

.c-image-promo-exapnd.brand--superfinals a:hover {
    color: #0f0;
}

.c-image-promo-exapnd.brand--superfinals .label {
    color: #0f0;
}

.c-image-promo-exapnd.brand--opencampus hr {
    border-color: #151716;
}

.c-image-promo-exapnd.brand--opencampus a:hover {
    color: #151716;
}

.c-image-promo-exapnd.brand--opencampus .label {
    color: #151716;
}

.c-pool-list__items {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    .c-pool-list__items--3 .c-pool-list__item {
        width: calc((100% / 3) - (1.5rem - (1.5rem / 3)));
    }

        .c-pool-list__items--3 .c-pool-list__item:nth-child(2n) {
            margin-right: 1.5rem;
        }

        .c-pool-list__items--3 .c-pool-list__item:nth-child(3n) {
            margin-right: 0;
        }
}

@media (min-width: 769px) {
    .c-pool-list__items--2 .c-pool-list__item {
        width: calc((100% / 2) - (1.5rem - (1.5rem / 2)));
    }

        .c-pool-list__items--2 .c-pool-list__item:nth-child(2n) {
            margin-right: 0;
        }
}

.c-pool-list__item {
    overflow: hidden;
    margin-bottom: 1.5rem;
    background-color: #dadada;
    margin-right: 1.5rem;
    width: calc((100% / 1) - (1.5rem - (1.5rem / 1)));
}

    .c-pool-list__item h3 {
        padding: 1rem;
    }

    .c-pool-list__item ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .c-pool-list__item ul li {
            padding: 1rem;
            display: flex;
            align-items: center;
        }

            .c-pool-list__item ul li img {
                margin-right: .5rem;
                max-height: 1.5rem;
            }

            .c-pool-list__item ul li + li {
                border-top: 1px solid #707c83;
            }

    .c-pool-list__item:nth-child(1n) {
        margin-right: 0;
    }

@media (min-width: 481px) {
    .c-pool-list__item {
        width: calc((100% / 2) - (1.5rem - (1.5rem / 2)));
    }

        .c-pool-list__item:nth-child(1n) {
            margin-right: 1.5rem;
        }

        .c-pool-list__item:nth-child(2n) {
            margin-right: 0;
        }
}

@media (min-width: 769px) {
    .c-pool-list__item {
        width: calc((100% / 3) - (1.5rem - (1.5rem / 3)));
    }

        .c-pool-list__item:nth-child(2n) {
            margin-right: 1.5rem;
        }

        .c-pool-list__item:nth-child(3n) {
            margin-right: 0;
        }
}

@media (min-width: 1025px) {
    .c-pool-list__item {
        width: calc((100% / 4) - (1.5rem - (1.5rem / 4)));
    }

        .c-pool-list__item:nth-child(2n),
        .c-pool-list__item:nth-child(3n) {
            margin-right: 1.5rem;
        }

        .c-pool-list__item:nth-child(4n) {
            margin-right: 0;
        }
}

.brand--general .c-pool-list__intro span {
    color: #00f;
}

.brand--general .c-pool-list__intro hr {
    border-color: #00f;
}

.brand--general .c-pool-list__item h3 {
    background-color: #00f;
}

.brand--euro .c-pool-list__intro span {
    color: #f00;
}

.brand--euro .c-pool-list__intro hr {
    border-color: #f00;
}

.brand--euro .c-pool-list__item h3 {
    background-color: #f00;
}

.brand--beach .c-pool-list__intro span {
    color: #ff9e6d;
}

.brand--beach .c-pool-list__intro hr {
    border-color: #ff9e6d;
}

.brand--beach .c-pool-list__item h3 {
    background-color: #ff9e6d;
}

.brand--snow .c-pool-list__intro span {
    color: #0ff;
}

.brand--snow .c-pool-list__intro hr {
    border-color: #0ff;
}

.brand--snow .c-pool-list__item h3 {
    background-color: #0ff;
}

.brand--indoor .c-pool-list__intro span {
    color: #0f0;
}

.brand--indoor .c-pool-list__intro hr {
    border-color: #0f0;
}

.brand--indoor .c-pool-list__item h3 {
    background-color: #0f0;
}

.brand--cev .c-pool-list__intro span {
    color: #ffc700;
}

.brand--cev .c-pool-list__intro hr {
    border-color: #ffc700;
}

.brand--cev .c-pool-list__item h3 {
    background-color: #ffc700;
}

.brand--olympic .c-pool-list__intro span {
    color: #e10e49;
}

.brand--olympic .c-pool-list__intro hr {
    border-color: #e10e49;
}

.brand--olympic .c-pool-list__item h3 {
    background-color: #e10e49;
}

.brand--champ .c-pool-list__intro span {
    color: #0f0;
}

.brand--champ .c-pool-list__intro hr {
    border-color: #0f0;
}

.brand--champ .c-pool-list__item h3 {
    background-color: #0f0;
}

.brand--leaguegold .c-pool-list__intro span {
    color: #b79c41;
}

.brand--leaguegold .c-pool-list__intro hr {
    border-color: #b79c41;
}

.brand--leaguegold .c-pool-list__item h3 {
    background-color: #b79c41;
}

.brand--leaguesilver .c-pool-list__intro span {
    color: #c6c6c6;
}

.brand--leaguesilver .c-pool-list__intro hr {
    border-color: #c6c6c6;
}

.brand--leaguesilver .c-pool-list__item h3 {
    background-color: #c6c6c6;
}

.brand--beachroadtotokyo .c-pool-list__intro span {
    color: #004b9b;
}

.brand--beachroadtotokyo .c-pool-list__intro hr {
    border-color: #004b9b;
}

.brand--beachroadtotokyo .c-pool-list__item h3 {
    background-color: #004b9b;
}

.brand--superfinals .c-pool-list__intro span {
    color: #0f0;
}

.brand--superfinals .c-pool-list__intro hr {
    border-color: #0f0;
}

.brand--superfinals .c-pool-list__item h3 {
    background-color: #0f0;
}

.brand--opencampus .c-pool-list__intro span {
    color: #151716;
}

.brand--opencampus .c-pool-list__intro hr {
    border-color: #151716;
}

.brand--opencampus .c-pool-list__item h3 {
    background-color: #151716;
}

.team-listing__image {
    background-color: #151716;
}

.team-listing__card--white .team-listing__image {
    background-color: white;
}

.team-listing__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.team-listing__summary {
    border-top: 1px solid;
}

.team-listing__card:not(.--is-active) .team-listing__summary {
    border-color: transparent;
}

.c-upcoming-competitions__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(244, 244, 244, .9));
    z-index: 2;
}

.c-upcoming-competitions__slide {
    flex-shrink: unset;
}

    .c-upcoming-competitions__slide.swiper-slide {
        height: auto;
    }

.c-upcoming-competitions__event {
    height: 100%;
    align-items: stretch;
    background: white;
    border-left: 6px solid white;
    transition: 300ms cubic-bezier(.17, .91, .28, 1.01);
}

    .c-upcoming-competitions__event:hover {
        border-left: 6px solid;
    }

.c-upcoming-competitions__eventImageWrapper {
    align-items: center;
    display: flex;
    padding: .5em;
    width: 240px;
}

.c-upcoming-competitions__eventImageAsset {
    margin: 0 auto;
}

.c-upcoming-competitions__eventInfo {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 140px;
    border-left: 1px solid #f4f4f4;
    padding: 1em;
}

    .c-upcoming-competitions__eventInfo > * {
        color: #05001e;
    }

.c-upcoming-competitions__eventHeading {
    font-size: 1.275rem;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .c-upcoming-competitions__eventHeading {
        word-wrap: normal;
    }
}

.c-upcoming-competitions__eventDates {
    font-size: 1.125rem;
    font-weight: normal;
}

.c-upcoming-competitions__eventText {
    font-weight: normal;
    font-size: 1rem;
}

.c-upcoming-competitions__eventDates {
    font-size: 1.125rem;
    font-weight: normal;
}

.swiper-scrollbar {
    background: rgba(0, 0, 255, .1);
}

.swiper-scrollbar-drag {
    background: #00f;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-wrapper {
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-button {
    background-color: white;
    color: #05001e;
    padding: 12px 16px;
    transition: background-color .3s ease;
}

.pagination-button--active {
    background-color: #151716;
    color: white;
}

@media (max-width: 768px) {
    .pagination-button--page {
        display: none;
    }
}

.pagination-button--previous {
    border-right: 1px solid #dadada;
}

@media (max-width: 768px) {
    .pagination-button--previous {
        border-right: none;
    }
}

.pagination-button--next {
    border-left: 1px solid #dadada;
}

.pagination-button:disabled {
    opacity: .4;
    pointer-events: none;
}

.pagination-button:hover:not(.pagination-button--active) {
    background-color: #ddd;
}

.ranking-list tbody tr:nth-child(odd) {
    background-color: white;
}

.ranking-list th,
.ranking-list td {
    padding: .75rem;
    font-weight: normal;
}

.ranking-list__last-updated-text {
    min-width: 14rem;
}

.ranking-list--blue-dash {
    color: #00f;
    font-weight: bold !important;
}

.brand--champ .ranking-list__flagIcon {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.c-scroll-summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-top: 4px solid transparent;
}

@media (min-width: 480px) {
    .c-scroll-summary {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.c-scroll-summary__status {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.c-scroll-summary__teamSummary {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .c-scroll-summary__teamSummary .img {
        background-size: 152%;
        background-repeat: no-repeat;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-position: 50% 50%;
        border: 2px solid #dadada;
        margin-bottom: 1rem;
    }

.c-scroll-summary__teamFlag {
    width: auto;
    max-height: 40px;
    margin-bottom: .5rem;
}

.c-scroll-summary__scorecentre {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .c-scroll-summary__scorecentre > * + * {
        margin-left: .75rem;
    }

.c-scroll-summary__teamId {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .c-scroll-summary__teamId {
        font-size: 20px;
    }
}

.c-scroll-summary__teamLabel {
    line-height: 1.4;
    color: #00f;
}

.c-scroll-summary__score {
    font-size: 2rem;
    text-align: center;
    margin-top: .5rem;
    letter-spacing: 1px;
}

.c-scroll-summary__gender {
    top: .75rem;
    right: 1rem;
}

.search {
    display: inline-block;
    position: relative;
    border: 1px solid #dadada;
}

@media only screen and (min-width: 768px) {
    .search {
        margin: 0 .75rem;
    }
}

.search__field-container {
    display: flex;
    justify-content: flex-end;
}

    .search__field-container .search-input {
        padding: 1em;
        padding-right: 50px;
    }

    .search__field-container .search-button {
        position: absolute;
        background: url("../img/icons/_x/Search.svg") 50% 50% no-repeat;
        height: 50px;
        width: 50px;
        opacity: .5;
    }

        .search__field-container .search-button:hover {
            opacity: 1;
        }

.news-articles .search-container {
    display: flex;
    justify-content: flex-end;
}

.news-articles .c-article-listing-summary .tag {
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 4px 8px;
}

.news-articles .c-article-listing-summary .c-article-listing-summary__summary {
    border-top: 0px solid transparent;
}

.news-articles .c-article-listing-summary.--is-active .c-article-listing-summary__summary {
    border-top: 1px solid;
}

.competition-lightbox .box {
    cursor: pointer;
    transition: all .3s;
    opacity: .8;
}

    .competition-lightbox .box:hover {
        opacity: 1;
    }

.competition-lightbox .box__title {
    min-height: 3em;
}

.mfp-content span.mfp-desc {
    font-size: 1rem;
    padding-left: 0;
}

.vdatetime .vdatetime-popup {
    font-family: inherit !important;
}

.vdatetime .vdatetime-popup__actions .vdatetime-popup__actions__button {
    border: 1px solid #dadada;
}

.vdatetime .vdatetime-popup__actions > * + * {
    margin-left: .5rem;
}

.c-calendar .swiper-container .swiper-slide,
.c-calendar-sports .swiper-container .swiper-slide {
    height: auto;
}

    .c-calendar .swiper-container .swiper-slide.brand-bg,
    .c-calendar-sports .swiper-container .swiper-slide.brand-bg {
        color: inherit;
    }

@media (max-width: 767px) {
    .c-calendar__slide {
        margin-right: 8px;
    }

        .c-calendar__slide:last-child {
            margin-right: 0;
        }
}

@media (min-width: 768px) {
    .c-calendar__slide {
        display: grid;
        grid-template-columns: repeat(7, 4rem);
        grid-auto-rows: min-content;
        grid-gap: 8px;
        margin: 0 auto;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .c-calendar__slide {
        grid-template-columns: repeat(7, 6rem);
    }
}

.c-calendar .swiper-container-autoheight .swiper-wrapper {
    align-items: center;
}

.c-calendar__heading {
    padding: 1rem;
    text-align: center;
    grid-column: 1 /span 7;
}

.c-calendar-wrapper--sidebar {
    display: block;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-calendar-wrapper--sidebar {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .c-calendar-wrapper--sidebar .c-calendar-wrapper__col-summary {
        width: calc(100% - 300px);
    }
}

.vdatetime-popup__header {
    background-color: #00f !important;
}

.vdatetime-popup__actions__button {
    color: #00f !important;
}

.vdatetime-calendar__month__day--selected > span > span {
    background-color: #00f !important;
}

.c-calendar-search {
    display: flex;
    margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .c-calendar-search {
        justify-content: flex-end;
    }
}

.c-calendar-search__date {
    display: flex;
    text-align: center;
    width: 100%;
    flex-direction: column;
}

@media (min-width: 480px) {
    .c-calendar-search__date {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .c-calendar-search__date {
        width: 70%;
    }
}

@media (min-width: 1400px) {
    .c-calendar-search__date {
        width: 55%;
    }
}

.c-calendar-search__date > * + * {
    margin-top: 1rem;
}

@media (min-width: 480px) {
    .c-calendar-search__date > * + * {
        margin-top: 0;
        margin-left: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .c-calendar-search__date > * + * {
        margin-top: 0;
        margin-left: 3.5rem;
    }
}

.c-calendar-search__form {
    display: flex;
}

    .c-calendar-search__form .vdatetime {
        width: 100%;
    }

.c-calendar-search__input {
    padding: .5rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.447 36.447"><path d="M30.224 3.948h-1.098V2.75c0-1.517-1.197-2.75-2.67-2.75-1.474 0-2.67 1.233-2.67 2.75v1.197h-2.74V2.75c0-1.517-1.197-2.75-2.67-2.75-1.473 0-2.67 1.233-2.67 2.75v1.197h-2.74V2.75c0-1.517-1.197-2.75-2.67-2.75-1.473 0-2.67 1.233-2.67 2.75v1.197H6.224a4.255 4.255 0 00-4.25 4.25v24a4.255 4.255 0 004.25 4.25h24a4.255 4.255 0 004.25-4.25v-24a4.255 4.255 0 00-4.25-4.249zM25.286 2.75c0-.689.525-1.25 1.17-1.25.646 0 1.17.561 1.17 1.25v4.896c0 .689-.524 1.25-1.17 1.25-.645 0-1.17-.561-1.17-1.25V2.75zm-8.08 0c0-.689.525-1.25 1.17-1.25s1.17.561 1.17 1.25v4.896c0 .689-.525 1.25-1.17 1.25s-1.17-.561-1.17-1.25V2.75zm-8.081 0c0-.689.525-1.25 1.17-1.25s1.17.561 1.17 1.25v4.896c0 .689-.525 1.25-1.17 1.25s-1.17-.561-1.17-1.25V2.75zm22.849 29.448c0 .965-.785 1.75-1.75 1.75h-24c-.965 0-1.75-.785-1.75-1.75v-22h27.5v22z"/><path d="M6.724 14.626h4.595v4.089H6.724zM12.857 14.626h4.596v4.089h-4.596zM18.995 14.626h4.595v4.089h-4.595zM25.128 14.626h4.596v4.089h-4.596zM6.724 20.084h4.595v4.086H6.724zM12.857 20.084h4.596v4.086h-4.596zM18.995 20.084h4.595v4.086h-4.595zM25.128 20.084h4.596v4.086h-4.596zM6.724 25.54h4.595v4.086H6.724zM12.857 25.54h4.596v4.086h-4.596zM18.995 25.54h4.595v4.086h-4.595zM25.128 25.54h4.596v4.086h-4.596z"/></svg>');
    background-size: 22px 22px;
    background-position: 97% center;
    background-repeat: no-repeat;
    margin-right: .5rem;
}

.c-calendar-search__select {
    text-align: center;
}

@media (min-width: 480px) {
    .c-calendar-search__select:nth-of-type(1),
    .c-calendar-search__select:nth-of-type(3) {
        flex-basis: 25%;
    }
}

@media (min-width: 480px) and (min-width: 1024px) {
    .c-calendar-search__select:nth-of-type(1),
    .c-calendar-search__select:nth-of-type(3) {
        flex-basis: 33.333%;
    }
}

@media (min-width: 480px) {
    .c-calendar-search__select:nth-of-type(2) {
        flex-basis: 50%;
    }
}

@media (min-width: 480px) and (min-width: 1024px) {
    .c-calendar-search__select:nth-of-type(2) {
        flex-basis: 33.333%;
    }
}

@media (max-width: 1023px) {
    .c-calendar-search__select__label {
        font-size: 1.15rem;
    }
}

.c-calendar-search__select__option {
    background: white;
    padding: .25rem .5rem;
    margin: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .c-calendar-search__select__option > * + * {
        margin-left: .75rem;
    }

.c-calendar-search__arrow {
    border-color: inherit;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    transition: border-color .2s ease;
    flex: 0 0 auto;
}

    .c-calendar-search__arrow:hover > * {
        border-color: inherit;
    }

.c-calendar-search__arrow__prev,
.c-calendar-search__arrow__next {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 2px;
    width: 50%;
    height: 50%;
    border-style: solid;
}

.c-calendar-search__arrow__prev {
    border-top-width: 2px;
    border-left-width: 2px;
    transform: translate(-35%, -50%) rotate(-45deg);
}

.c-calendar-search__arrow__next {
    border-right-width: 2px;
    border-bottom-width: 2px;
    transform: translate(-65%, -50%) rotate(-45deg);
}

.c-calendar-summary {
    margin-top: 1rem;
    border-left: 8px solid transparent;
}

@media (max-width: 767px) {
    .c-calendar-summary__wrapper .c-calendar-summary {
        display: none;
    }

        .c-calendar-summary__wrapper .c-calendar-summary:nth-of-type(-n+4) {
            display: block;
        }
}

.c-calendar-summary__wrapper.--is-expanded .c-calendar-summary {
    display: block;
}

.c-calendar-summary__layout {
    display: flex;
    flex-direction: column;
}

@media (min-width: 480px) {
    .c-calendar-summary__layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__layout {
        -ms-grid-columns: 50% 25% 25%;
        grid-template-columns: 50% 25% 25%;
    }
}

@media (min-width: 1024px) {
    .c-calendar-summary__layout {
        -ms-grid-columns: 40% 35% 25%;
        grid-template-columns: 40% 35% 25%;
    }
}

.c-calendar-summary__logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 479px) {
    .c-calendar-summary__logo {
        order: 1;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 2;
        grid-column: 1;
        grid-row: 1 / span 3;
        align-items: flex-start;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .c-calendar-summary__logo {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__logo {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 2rem;
        border-right: 2px solid #dadada;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .c-calendar-summary__logo {
        grid-row: 1 / span 2;
    }
}

.c-calendar-summary__overview {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1;
}

@media (max-width: 479px) {
    .c-calendar-summary__overview {
        order: 2;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__overview {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 1;
    }
}

.c-calendar-summary__overview__teams {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
}

    .c-calendar-summary__overview__teams > * + * {
        margin-left: .75rem;
    }

.c-calendar-summary__overview__logo {
    height: 35px;
    width: 35px;
    border: 2px solid #dadada;
    border-radius: 100%;
}

.c-calendar-summary__overview__match {
    font-weight: bold;
    font-size: 1.25rem;
    margin-right: .5em;
}

.c-calendar-summary__overview__official-label {
    display: none;
}

@media (min-width: 768px) {
    .c-calendar-summary__overview__official-label {
        display: block;
    }
}

.c-calendar-summary__overview__inline {
    display: block;
}

@media (min-width: 1400px) {
    .c-calendar-summary__overview__inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.c-calendar-summary__location {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 1;
}

.c-calendar-summary__location__content {
    display: flex;
    align-items: center;
}

    .c-calendar-summary__location__content > * + * {
        margin-left: 1.25rem;
    }

.c-calendar-summary__location__pin {
    width: 1rem;
    height: 2rem;
}

    .c-calendar-summary__location__pin > svg {
        width: 100%;
        height: 100%;
        fill: #dadada;
    }

.c-calendar-summary__detail {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    grid-row: 2;
}

@media (max-width: 479px) {
    .c-calendar-summary__detail {
        order: 3;
    }
}

@media (min-width: 480px) {
    .c-calendar-summary__detail {
        padding-left: 2rem;
        display: flex;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__detail {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / span 2;
        grid-row: 2;
    }
}

@media (min-width: 1024px) {
    .c-calendar-summary__detail {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2;
        grid-row: 2;
    }
}

.c-calendar-summary__detail__column {
    flex-basis: 50%;
}

    .c-calendar-summary__detail__column + .c-calendar-summary__detail__column {
        margin-top: 1rem;
    }

@media (min-width: 480px) {
    .c-calendar-summary__detail__column + .c-calendar-summary__detail__column {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.c-calendar-summary__button {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 3;
    display: flex;
    align-items: center;
}

@media (max-width: 479px) {
    .c-calendar-summary__button {
        order: 4;
    }
}

@media (min-width: 480px) {
    .c-calendar-summary__button {
        padding-left: 2rem;
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
        grid-row: 3;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__button {
        padding-left: 2rem;
        -ms-grid-row: 3;
        -ms-grid-column: 2 / span 2;
        grid-column: 2 / span 2;
        grid-row: 3;
    }
}

@media (min-width: 1024px) {
    .c-calendar-summary__button {
        padding-left: 1rem;
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-column: 3;
        grid-row: 2;
        display: block;
    }
}

@media (min-width: 768px) {
    .c-calendar-summary__loadmore {
        display: none;
    }
}

.c-calendar-summary__loadmore.--is-hidden {
    display: none;
}

.c-calendar-summary__loadmoreBtn {
    display: flex;
    justify-content: center;
    margin: 5rem 0 2rem;
}

.c-calendar-summary__error {
    border-left: 10px solid #f00;
    background: white;
    color: #05001e;
    padding: .5rem 1rem;
    margin: .5rem;
}

.c-calendar-sports-summary {
    margin-top: 1rem;
    border-left: 8px solid transparent;
}

@media (max-width: 767px) {
    .c-calendar-sports-summary__wrapper .c-calendar-sports-summary {
        display: none;
    }

        .c-calendar-sports-summary__wrapper .c-calendar-sports-summary:nth-of-type(-n+4) {
            display: block;
        }
}

.c-calendar-sports-summary__wrapper.--is-expanded .c-calendar-sports-summary {
    display: block;
}

.c-calendar-sports-summary__layout {
    display: flex;
    flex-direction: column;
}

@media (min-width: 480px) {
    .c-calendar-sports-summary__layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    }
}

@media (min-width: 768px) {
    .c-calendar-sports-summary__layout {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1400px) {
    .c-calendar-sports-summary__layout {
        -ms-grid-columns: 40% 35% 25%;
        grid-template-columns: 40% 35% 25%;
    }
}

.c-calendar-sports-summary__logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 479px) {
    .c-calendar-sports-summary__logo {
        order: 1;
    }
}

@media (min-width: 480px) {
    .c-calendar-sports-summary__logo {
        justify-content: center;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {
    .c-calendar-sports-summary__logo {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .c-calendar-sports-summary__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 2 / span 2;
        grid-row: 1;
    }
}

@media (min-width: 1024px) {
    .c-calendar-sports-summary__logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 2;
        grid-column: 1;
        grid-row: 1 / span 2;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 2rem;
        border-right: 2px solid #dadada;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.c-calendar-sports-summary__overview {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1;
}

@media (max-width: 479px) {
    .c-calendar-sports-summary__overview {
        order: 2;
    }
}

@media (min-width: 480px) {
    .c-calendar-sports-summary__overview {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .c-calendar-sports-summary__overview {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 1;
    }
}

.c-calendar-sports-summary__overview__teams {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
}

    .c-calendar-sports-summary__overview__teams > * + * {
        margin-left: .75rem;
    }

.c-calendar-sports-summary__overview__item {
    position: relative;
    overflow: hidden;
    height: 65px;
    width: 65px;
    border: 2px solid #dadada;
    border-radius: 100%;
}

.c-calendar-sports-summary__overview__logo {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
}

.brand--champ .c-calendar-sports-summary__overview {
    height: auto;
    border-radius: 0;
    border: none;
}

.c-calendar-sports-summary__overview__logoImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.c-calendar-sports-summary__overview__match {
    font-weight: bold;
    font-size: 1.25rem;
    margin-right: .5em;
}

.c-calendar-sports-summary__overview__official-label {
    display: none;
}

@media (min-width: 768px) {
    .c-calendar-sports-summary__overview__official-label {
        display: block;
    }
}

.c-calendar-sports-summary__overview__inline {
    display: block;
}

@media (min-width: 1400px) {
    .c-calendar-sports-summary__overview__inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.c-calendar-sports-summary__location {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 1;
}

@media (max-width: 1023px) {
    .c-calendar-sports-summary__location {
        display: none;
    }
}

.c-calendar-sports-summary__location__content {
    display: flex;
    align-items: center;
}

    .c-calendar-sports-summary__location__content > * + * {
        margin-left: 1.25rem;
    }

.c-calendar-sports-summary__location__pin {
    width: 1rem;
    height: 2rem;
}

    .c-calendar-sports-summary__location__pin > svg {
        width: 100%;
        height: 100%;
        fill: #dadada;
    }

.c-calendar-sports-summary__detail {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1;
    grid-row: 2;
}

@media (max-width: 479px) {
    .c-calendar-sports-summary__detail {
        order: 3;
    }
}

@media (min-width: 480px) {
    .c-calendar-sports-summary__detail {
        padding-left: 2rem;
        display: flex;
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        grid-row: 2;
    }
}

@media (min-width: 1024px) {
    .c-calendar-sports-summary__detail {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2;
        grid-row: 2;
    }
}

.c-calendar-sports-summary__detail__column {
    flex-basis: 50%;
}

    .c-calendar-sports-summary__detail__column + .c-calendar-sports-summary__detail__column {
        margin-top: 1rem;
    }

@media (min-width: 480px) {
    .c-calendar-sports-summary__detail__column + .c-calendar-sports-summary__detail__column {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.c-calendar-sports-summary__button {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 2;
    display: flex;
    align-items: center;
}

@media (max-width: 479px) {
    .c-calendar-sports-summary__button {
        order: 4;
    }
}

@media (min-width: 480px) {
    .c-calendar-sports-summary__button {
        padding-left: 2rem;
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        grid-row: 3;
    }
}

@media (min-width: 768px) {
    .c-calendar-sports-summary__button {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
        grid-column: 3;
        grid-row: 2;
        padding-top: 1rem;
    }
}

@media (min-width: 1024px) {
    .c-calendar-sports-summary__button {
        padding-left: 1rem;
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
        grid-row: 2;
        display: block;
    }
}

@media (min-width: 768px) {
    .c-calendar-sports-summary__loadmore {
        display: none;
    }
}

.c-calendar-sports-summary__loadmore.--is-hidden {
    display: none;
}

.c-calendar-sports-summary__loadmoreBtn {
    display: flex;
    justify-content: center;
    margin: 5rem 0 2rem;
}

.c-calendar-sports-summary__error {
    border-left: 10px solid #f00;
    background: white;
    color: #05001e;
    padding: .5rem 1rem;
    margin: .5rem;
}

.container.u-flex.u-flex-col .u-w-full .competition-components-container .container .u-breakout {
    position: unset;
    margin: 0;
    left: unset;
    right: unset;
    width: auto;
}

.star-player-banner {
    display: flex;
    background: #151716;
}

@media (max-width: 520px) {
    .star-player-banner {
        display: block;
    }
}

.star-player-banner .star-player-quick-info {
    padding: 32px;
    color: #fff;
    width: 100%;
}

    .star-player-banner .star-player-quick-info .star-player-subinfo {
        display: flex;
        padding: 0;
    }

        .star-player-banner .star-player-quick-info .star-player-subinfo span {
            padding: 0 5px;
        }

.star-player-banner .star-player-img {
    display: flex;
    margin-left: auto;
    padding: 0 2rem;
    padding-top: 2rem;
    place-self: flex-end;
    height: 300px;
}

    .star-player-banner .star-player-img img {
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }

.star-player-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.star-player-info--with-header {
    height: calc(100% - 83px);
}

.star-player-info .star-player-info-block {
    display: inline-block;
    width: 25%;
    padding: 0 .25rem;
}

@media (max-width: 1025px) {
    .star-player-info .star-player-info-block {
        width: 50%;
    }
}

.star-player-info .star-player-info-block label {
    font-size: 5rem;
    font-weight: 800;
}

.star-player-info-section {
    max-width: 50%;
}

@media (max-width: 1025px) {
    .star-player-info-section {
        max-width: 100%;
    }
}

.star-player-nationality-flag {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 5px solid #dadada;
    margin: 3rem 0;
}

    .star-player-nationality-flag img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1.1);
    }

.star-player-info-wrapper {
    display: flex;
    margin-top: 1rem;
}

    .star-player-info-wrapper .player-data {
        margin-right: 3rem;
    }

.star-player-quick-info-wrapper {
    margin: 0 -.5rem;
}

@media (min-width: 450px) {
    .star-player-quick-info-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}

.star-player-quick-info-wrapper > * {
    width: 25%;
    padding: 0 .5rem;
}

.silhouette-layout {
    align-items: flex-start;
}

    .silhouette-layout .silhouette-container {
        width: 50%;
        margin-left: -7%;
    }

@media (Max-width: 1025px) {
    .silhouette-layout .silhouette-container {
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        width: 100%;
    }
}

.silhouette-layout .player-stats {
    margin-top: 3rem;
}

    .silhouette-layout .player-stats .star-player-info-block {
        text-align: left;
    }

.team-profile--flag {
    display: inline-block;
    vertical-align: middle;
    max-height: 1.5rem;
    padding-left: 1rem;
}

.team-profile .player-profile {
    display: flex;
    height: 380px;
    margin-bottom: 2rem;
}

    .team-profile .player-profile .player-img img {
        height: 380px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .team-profile .player-profile .player-wrapper {
        display: flex;
        flex-direction: column;
    }

        .team-profile .player-profile .player-wrapper ul {
            list-style: none;
            padding: 0;
            margin-top: 2rem;
        }

        .team-profile .player-profile .player-wrapper .player-number {
            height: 90px;
            width: 90px;
            background: #151716;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .team-profile .player-profile .player-wrapper .player-info {
            margin-top: 2rem;
        }

        .team-profile .player-profile .player-wrapper .hr-border {
            padding-top: 2rem;
        }

        .team-profile .player-profile .player-wrapper .pos-bottom {
            margin-top: auto;
        }

.team-profile .team-profile-cards {
    display: flex;
    flex-wrap: wrap;
}

    .team-profile .team-profile-cards .player-card {
        margin-bottom: 2rem;
    }

        .team-profile .team-profile-cards .player-card .player-img {
            width: 100%;
            height: 375px;
        }

            .team-profile .team-profile-cards .player-card .player-img img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                background: #151716;
                object-position: top;
            }

        .team-profile .team-profile-cards .player-card .player-label {
            background: #fff;
            display: flex;
        }

            .team-profile .team-profile-cards .player-card .player-label .player-number {
                padding: 10px;
                color: #ffc700;
                font-weight: 600;
            }

            .team-profile .team-profile-cards .player-card .player-label .player-name {
                padding: 10px 0;
                text-align: center;
                width: 100%;
            }

.team-profile .team-stats {
    background: #fff;
    padding: 2rem;
}

    .team-profile .team-stats ul {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-around;
    }

        .team-profile .team-stats ul li div {
            text-align: center;
        }

.team-schedule img {
    max-width: 50px;
}

.brand--cev .hr-border {
    border-color: #ffc700;
}

.brand--euro .hr-border {
    border-color: #f00;
}

.brand--beach .hr-border {
    border-color: #ff9e6d;
}

.brand--snow .hr-border {
    border-color: #0ff;
}

.brand--olympic .hr-border {
    border-color: #e10e49;
}

.brand--champ .hr-border {
    border-color: #0f0;
}

.brand--beachroadtotokyo .hr-border {
    border-color: #004b9b;
}

.brand--superfinals .hr-border {
    border-color: #0f0;
}

.brand--opencampus .hr-border {
    border-color: #151716;
}

.brand--general .hr-border {
    border-color: #00f;
}

.brand--indoor .hr-border {
    border-color: #0f0;
}

@media (min-width: 768px) {
    .manual-event__item {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .manual-event__image {
        grid-column-start: 1;
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 768px) {
    .manual-event__date {
        grid-column-start: 3;
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 768px) {
    .manual-event__description {
        grid-column-start: 5;
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 768px) {
    .manual-event__details {
        grid-column-start: 10;
        grid-column: span 2 / span 2;
    }
}

.manual-event__details,
.manual-event a {
    color: #ffc700;
}

.leader-list select {
    width: 100%;
}

.tabs.brand--beach .is-active {
    color: #ff9e6d;
}

    .tabs.brand--beach .is-active a {
        border-color: #ff9e6d;
    }

.tabs.brand--beach a:hover {
    color: #ff9e6d;
}

.tabs.brand--beach a:focus {
    color: #ff9e6d;
}

.tabs.brand--euro .is-active {
    color: #f00;
}

    .tabs.brand--euro .is-active a {
        border-color: #f00;
    }

.tabs.brand--euro a:hover {
    color: #f00;
}

.tabs.brand--euro a:focus {
    color: #f00;
}

.tabs.brand--snow .is-active {
    color: #0ff;
}

    .tabs.brand--snow .is-active a {
        border-color: #0ff;
    }

.tabs.brand--snow a:hover {
    color: #0ff;
}

.tabs.brand--snow a:focus {
    color: #0ff;
}

.tabs.brand--cev .is-active {
    color: #ffc700;
}

    .tabs.brand--cev .is-active a {
        border-color: #ffc700;
    }

.tabs.brand--cev a:hover {
    color: #ffc700;
}

.tabs.brand--cev a:focus {
    color: #ffc700;
}

.tabs.brand--olympic .is-active {
    color: #e10e49;
}

    .tabs.brand--olympic .is-active a {
        border-color: #e10e49;
    }

.tabs.brand--olympic a:hover {
    color: #e10e49;
}

.tabs.brand--olympic a:focus {
    color: #e10e49;
}

.tabs.brand--champ .is-active {
    color: #0f0;
}

    .tabs.brand--champ .is-active a {
        border-color: #0f0;
    }

.tabs.brand--champ a:hover {
    color: #0f0;
}

.tabs.brand--champ a:focus {
    color: #0f0;
}

.tabs.brand--beachroadtotokyo .is-active {
    color: #004b9b;
}

    .tabs.brand--beachroadtotokyo .is-active a {
        border-color: #004b9b;
    }

.tabs.brand--beachroadtotokyo a:hover {
    color: #004b9b;
}

.tabs.brand--beachroadtotokyo a:focus {
    color: #004b9b;
}

.tabs.brand--superfinals .is-active {
    color: #0f0;
}

    .tabs.brand--superfinals .is-active a {
        border-color: #0f0;
    }

.tabs.brand--superfinals a:hover {
    color: #0f0;
}

.tabs.brand--superfinals a:focus {
    color: #0f0;
}

.tabs.brand--opencampus .is-active {
    color: #151716;
}

    .tabs.brand--opencampus .is-active a {
        border-color: #151716;
    }

.tabs.brand--opencampus a:hover {
    color: #151716;
}

.tabs.brand--opencampus a:focus {
    color: #151716;
}

.tabs.brand--general .is-active {
    color: #00f;
}

    .tabs.brand--general .is-active a {
        border-color: #00f;
    }

.tabs.brand--general a:hover {
    color: #00f;
}

.tabs.brand--general a:focus {
    color: #00f;
}

.tabs.brand--indoor .is-active {
    color: #0f0;
}

    .tabs.brand--indoor .is-active a {
        border-color: #0f0;
    }

.tabs.brand--indoor a:hover {
    color: #0f0;
}

.tabs.brand--indoor a:focus {
    color: #0f0;
}

.team-compare-popup {
    top: 30vh;
    width: 60vw;
    left: 50%;
    margin-left: -30vw;
}

@media (max-width: 768px) {
    .team-compare-popup {
        top: 10vh;
        width: 90vw;
        margin-left: -45vw;
    }
}

.team-compare-popup li {
    width: 25%;
}

.game-hub__logo {
    order: 1;
}

.game-hub__filters {
    order: 2;
}

@media (max-width: 768px) {
    .game-hub__filters {
        order: 3;
    }
}

.game-hub__filters button {
    color: #fff;
    border-color: #fff;
    transition: all .5s ease;
}

    .game-hub__filters button.active,
    .game-hub__filters button:hover {
        background-color: #fff;
        color: #151716;
    }

@media (max-width: 768px) {
    .game-hub__filters button {
        padding: .5rem 1rem;
    }
}

.game-hub__actions {
    order: 3;
}

@media (max-width: 768px) {
    .game-hub__actions {
        order: 2;
    }
}

.game-hub .ease {
    transition: all .5s ease;
}

.mini-hub {
    max-height: 80vh;
}

@media (max-width: 480px) {
    .mini-hub {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px) !important;
    }
}

@media (min-width: 480px) {
    .mini-hub {
        position: absolute !important;
        top: 0;
        right: 0;
    }
}

.mini-hub__live-carousel {
    z-index: 999999;
    bottom: -60px;
    min-height: 60px;
}

.side-hub {
    z-index: 999999999999;
}

.game-hub-item--overview {
    min-height: 70px;
}

.game-hub-dropdown--team-name {
    max-width: calc(100% - 2.5rem);
}

.roundel {
    position: absolute;
    padding: 5px;
    text-align: center;
    z-index: 9;
}

.hidden {
    display: none !important;
}

/*.flexible-richtext-component > .row > * + * {
	margin-top: 2rem !important;
}*/

/*# sourceMappingURL=main.css.map */
